大约有 5,666 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0174 秒)
Laya_社区(5469) Laya3.0_api(125) Laya3.0_文档(36) Laya2.0_文档(22) laya_api(7) Laya_示例(3) Laya2.0_示例(3) Laya2.0_api(1)
...x: onerror UnknownError assetsid old:bb58f3754dbd8179dfa80cb2e0351890 new:null 12-09 22:04:41.670 12728-12832/? I/LayaBox: onLayaInitError error=Update DCC get assetsid error init dcc fail 2018-12-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...
来源: Laya_社区 发布时间: 20181209
...A0EACoaACUEwCINEogBNSpCoQLzCfk7gAAKxJJEWAAk0ScWNoAChAJME0Ho4PcYpAAAixiCQiun18Z9uEyJrMyKJpIkkqEmNxYwUJBTUQYkSl5h6PzDoPOWUiLhiFaThpJWRYCQxJZIQyJEiIOIKgRyuMvL3GkMilnEEQBJwY2kOUZADEAAACYlJUSiWSaCQimgE0DcXXvLyl15TIrU9TydnooBMSGJoOKtkRIkgEJEkkMi6bgHpPxce683l6nnIkoNZRFEn5hMgiaQskoxJIJJK1iIlEieB3rz9eGNgyuLT...
来源: Laya_社区 发布时间: 20190725
...找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_UP, this, onApeRelease); Laya.stage.on(Event.MOUSE_DOWN, this, onApeRelease); 通过 Event 类型 监听动作 class Event { /** 一个空的 Even...
来源: Laya_社区 发布时间: 20170601
...2Fixture对象 label label: string Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Defined in laya/physics/ColliderBase.ts:27 [只读]刚体引用 Op...
来源: Laya3.0_api 发布时间: 20231115
...自: 也是遇到,粒子会有类似发白光的效果,怎么去掉 2018-07-18 0 0 分享 微博 QZONE 微信 ZX 赞同来自: 拷贝替换...................................................... //class laya.particle.shader.ParticleShader extends laya.webgl.shader.Shader var ParticleShader=(fun...
来源: Laya_社区 发布时间: 20171109
...idget Overrides Component.constructor Defined in laya/components/Widget.ts:18 Returns Widget Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleto...
来源: Laya3.0_api 发布时间: 20231115
...们接收和发送网络消息。 ```typescript var msg ={name:"xxx",age:18,weight:65.5,height:175}; var byte = new Laya.Byte();//实例化byte数组 byte.endian = Laya.Byte.LITTLE_ENDIAN;//设置大小端 byte.writeUTFString(msg.name);//写入数据 byte.writeByte(msg.age); byte.writeFloat32(msg.we...
来源: Laya2.0_文档 发布时间: 20210714
...X : int = 14[static] ShuriKenParticle3D VOLVELOCITYGRADIENTXMAX : int = 18[static] ShuriKenParticle3D VOLVELOCITYGRADIENTY : int = 15[static] ShuriKenParticle3D VOLVELOCITYGRADIENTYMAX : int = 19[static] ShuriKenParticle3D VOLVELOCITYGRADIENTZ : int = 16[static] ShuriKenParticle3D VOL...
来源: laya_api 发布时间: 20170929
...收和发送网络消息。 ```typescript var msg:Object ={name:"xxx",age:18,weight:65.5,height:175}; var byte:Byte = new Byte();//实例化byte数组 byte.endian = Byte.LITTLE_ENDIAN;//设置大小端 byte.writeUTFString(msg.name);//写入数据 byte.writeByte(msg.age); byte.writeFloat32(msg.weight...
来源: Laya2.0_文档 发布时间: 20210715
... boolean Defined in laya/d3/physicsCannon/CannonPhysicsTriggerComponent.ts:18 是否为触发器。 Parameters value: boolean Returns void restitution get restitution(): number set restitution(value: number): void Inherited from CannonPhysicsTriggerComponent.restitution Defined in laya/d3/physicsCan...
来源: Laya3.0_api 发布时间: 20231102