大约有 473 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
Laya_社区(311) Laya3.0_api(57) Laya2.0_api(45) Laya2.0_文档(38) Laya_示例(8) Laya2.0_示例(5) laya_api(5) Laya3.0_文档(4)
...ames MeshColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class MeshColliderInheritanceMeshCollider Collider Component3D EventDispatcher Object MeshCollider 类用于创建网格碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public ...
来源: laya_api 发布时间: 20170929
...错(刚体和碰撞区都是用addComponent方法添加的) laya.physics.js:38 Uncaught Error at Object.box2d.b2Assert (laya.physics.js:38) at box2d.b2Fixture.Destroy (laya.physics.js:439) at BoxCollider.__proto._onDestroy (laya.physics.js:1879) ...
来源: Laya_社区 发布时间: 20181027
...s://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_BaseCollider 粘贴以下代码执行: //问题在 addSphere 方法 class PhysicsWorldBaseCollider{ constructor(){ //初始化引擎 Laya3D.init(0, 0); ...
来源: Laya_社区 发布时间: 20191009
...rames BoxColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class BoxColliderInheritanceBoxCollider Collider Component3D EventDispatcher Object BoxCollider 类用于创建盒子碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Pro...
来源: laya_api 发布时间: 20170929
...es SphereColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class SphereColliderInheritanceSphereCollider Collider Component3D EventDispatcher Object SphereCollider 类用于创建球碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Publ...
来源: laya_api 发布时间: 20170929
...:///D:/UserSoft/layaAir2.5/workSpace/LayaTest2_5/LayaTest2_5/bin/libs/laya.physics3D.js:304:397) at Object.window.Physics3D (file:///D:/UserSoft/layaAir2.5/workSpace/LayaTest2_5/LayaTest2_5/bin/libs/laya.physics3D.js:305:118) at Function.Laya3D.init (file:///D:/UserSoft/layaAir2.5/workSp...
来源: Laya_社区 发布时间: 20181228
...s._boll1.x = 20; this._boll1.loadImage('comp/btn_close.png'); let box:laya.physics.BoxCollider = this._boll1.addComponent(laya.physics.BoxCollider); box.height = 60; box.width = 28; //添加刚体 this._boll1.addComponent(Laya.RigidBody); //创建挡板 this.createPanel(); } private createPanel():vo...
来源: Laya_社区 发布时间: 20190428
contact.getHitInfo Laya2.6.0beta源码 Physics.ts类中 _sendEvent方法 contact.getHitInfo = function (): any { var manifold: any = new this.box2d.b2WorldManifold(); ... } 这里的this不是Physics类的当前对象,this.box2d undefined 附件 : --> 2020-03-27 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20200327
Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent PhysicsCollider这个组件我只添加了一次,当我按住键盘在点击鼠标的时候,就会有这个错误。说我组件重复添加。我不知道,是你们有默认的键盘事件影响的,还是什么问...
来源: Laya_社区 发布时间: 20200505
...s._boll1.x = 20; this._boll1.loadImage('comp/btn_close.png'); let box:laya.physics.BoxCollider = this._boll1.addComponent(laya.physics.BoxCollider); box.height = 60; box.width = 28; //添加刚体 this._boll1.addComponent(Laya.RigidBody); //创建挡板 this.createPanel(); } private createPanel():vo...
来源: Laya_社区 发布时间: 20190428