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

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

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

...会在调用open方法后,延迟打开loading界面,在页面添加到舞台之后,关闭loading界面 Laya.Scene.showLoadingPage(param: any = null, delay: number = 500) 显示loading界面,打开参数,如果是scene,则会传递给 onOpened 方法。延迟打开时间,默认500毫秒...

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

1102. laya.d3.physicscannon.CannonRigidbody3D_API3.0 [ 34%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

1103. laya.display.Animation_API3.0 [ 33%]

...放,默认为false。如果设置为true,则动画被创建并添加到舞台后自动播放。 Returns boolean Defined in laya/display/Animation.ts:238 是否自动播放,默认为false。如果设置为true,则动画被创建并添加到舞台后自动播放。 Parameters value: boolean Re...

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

1104. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 33%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

1105. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 33%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

1106. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 33%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

1107. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 33%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

1108. laya.d3.physics.CharacterController_API3.0 [ 33%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

1109. laya.components.Animator2D_API3.0 [ 32%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void Optional onLateUpdate onLateUpdate(): void Inherited from Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里...

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

1110. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 32%]

...})(); 调用 // 创建岛屿 this.island = new IsLand(); // 岛屿添加到舞台 Laya.stage.addChild(this.island); this.island.autoSize = true; this.island.move(100,100); 没有一起移动 2017-07-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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