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

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

311. laya.d3.physicscannon.CannonPhysicsTriggerComponent_API3.0 [ 35%]

...t.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): v...

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

312. laya.ani.swf.MovieClip [ 35%]

...。Node click鼠标点击对象后调度。Sprite  complete动画播放完毕后调度。MovieClip display加入节点树时调度。Node dragend拖动结束后调度。Sprite dragmove拖动中调度。Sprite dragstart开始拖动后调度。Sprite  frame进入帧后调度。MovieClip  la...

来源: laya_api 发布时间: 20170929

313. laya.d3.core.light.SpotLight [ 35%]

...e():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器...

来源: Laya2.0_api 发布时间: 20190513

314. laya.d3.physicscannon.CannonPhysicsCollider_API3.0 [ 35%]

...t.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): v...

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

315. laya.physics.joint.MotorJoint_API3.0 [ 34%]

...t.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): v...

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

316. laya.physics.joint.DistanceJoint_API3.0 [ 34%]

...t.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): v...

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

317. laya.display.EffectAnimation [ 34%]

...e():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器...

来源: Laya2.0_api 发布时间: 20190513

318. laya.physics.joint.RevoluteJoint_API3.0 [ 34%]

...t.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): v...

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

319. laya.physics.CircleCollider_API3.0 [ 34%]

...t.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): v...

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

320. 场景管理 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

... } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.uiBtn.on(Laya.Event.CLICK, this, () => { //点击后,打开Msg场景 Laya.Scene.open("Msg.ls", false, { "text": "点击成功!" }); }); } } 其中,Scene场...

来源: Laya3.0_文档 发布时间: 20251010