• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 43 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0049 秒)

31. TypeError: Cannot read property 'sv' of null laya.particle.j at Particle2D.__proto.customRender [ 63%]

...yaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 问题状态 最新活动: 2019-05-08 18:05 浏览: 863 关注: 2 人 138*****224 • 2019-05-09 10:07 找到原因了,加上Laya3D.init(1134,640) 初始化就好了

来源: Laya_社区 发布时间: 20190508

32. 2.4测试版 刚体. clearForces报错 [ 62%]

... 赞同来自: 传了   还有个问题  就是 刚体.角速度 = new vector3(10,0,0)    这个好使 刚体.角速度 .setvalue(10,0,0)    这个不好使是为啥? 刚体.角速度 .x = 10也不好使 是为啥 谢谢!   TestPhysic.zip 2019-12-13 0 0 分享 微博 QZONE 微信 为什...

来源: Laya_社区 发布时间: 20191212

33. laya.d3.physics.constraints.ConstraintComponent_API3.0 [ 62%]

... Defined in laya/components/Component.ts:35 Accessors anchor get anchor(): Vector3 set anchor(value: Vector3): void Defined in laya/d3/physics/constraints/ConstraintComponent.ts:168 设置锚点 Returns Vector3 Defined in laya/d3/physics/constraints/ConstraintComponent.ts:163 设置锚点 Parameters...

来源: Laya3.0_api 发布时间: 20231115

34. HIERARCHY_LOADED函数不回调 [ 62%]

...oid{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3, 3); this.sceneP.transform.localPosition = new Vector3(100, 100, 100); }); 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

来源: Laya_社区 发布时间: 20180327

35. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 62%]

...ya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:14 Static tmpVec3 tmpVec3: Vector3 = new Vector3() Inherited from Transform3D.tmpVec3 Defined in laya/d3/core/Transform3D.ts:882 Accessors localMatrix get localMatrix(): Matrix4x4 set localMatrix(value: Matrix4x4): void Overrides Transform3D.localMatri...

来源: Laya3.0_api 发布时间: 20231115

36. 子弹添加了colliderShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” [ 62%]

...wner.destroy(); }); } onUpdate() { this.owner.transform.translate(new Laya.Vector3(0, 0, -0.1)); } 2019-03-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Sོ 赞同来自: 同问, 求解答 2019-03-09 0 0 ...

来源: Laya_社区 发布时间: 20190308

37. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 61%]

... Defined in laya/components/Component.ts:35 Accessors anchor get anchor(): Vector3 set anchor(value: Vector3): void Inherited from ConstraintComponent.anchor Defined in laya/d3/physics/constraints/ConstraintComponent.ts:168 设置锚点 Returns Vector3 Inherited from ConstraintComponent.anchor Defin...

来源: Laya3.0_api 发布时间: 20231115

38. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 60%]

...性约束模式 Parameters value: number Returns void anchor get anchor(): Vector3 set anchor(value: Vector3): void Overrides ConstraintComponent.anchor Defined in laya/d3/physics/constraints/ConfigurableConstraint.ts:340 设置锚点 Returns Vector3 Overrides ConstraintComponent.anchor Defined in l...

来源: Laya3.0_api 发布时间: 20231115

39. Cannot read property 'toDefault' of undefined报错是什么原因 [ 58%]

....camera.addComponent(VRCameraMoveScript); this.ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); // this.phasorSpriter3D = new Laya.PhasorSpriter3D(); } MousePickingScene.prototype.lateRender = functio...

来源: Laya_社区 发布时间: 20170323

40. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 57%]

...aya.Camera(0, 0.1, 0)) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 2, 20)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = new Laya.Vector4(0.2, 0.2, 0.2, 1.0); var directionLight = scene.addChild(new Laya.DirectionLight()) as Laya.Direction...

来源: Laya_社区 发布时间: 20220815