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

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

51. laya.effect.FadeIn_API3.0 [ 72%]

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

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

52. laya.components.CommonScript_API3.0 [ 72%]

...omponent.onAwake Defined in laya/components/CommonScript.ts:25 创建后执行一次 此方法为虚方法,使用时重写覆盖即可 Returns void onDestroy onDestroy(): void Overrides Component.onDestroy Defined in laya/components/CommonScript.ts:73 销毁时执行 此方法为虚方法,使...

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

53. laya.physics.joint.JointBase_API3.0 [ 72%]

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

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

54. [LayaAir3]3.0 Image使用的Texture不在_idResourcesMap里,没办法gc清,image执行destory的时候也没有清 [ 72%]

...]3.0 Image使用的Texture不在_idResourcesMap里,没办法gc清,image执行destory的时候也没有清 是bug吗,现在使用完的image资源怎么清掉?看图 附件 : --> 2023-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

55. laya.d3.core.MeshFilter_API3.0 [ 72%]

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

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

56. Laya2.1 加载spine动画会随机出现抖动 [ 72%]

...现左上角的那个图标是什么东东 怎么去掉 为什么ani动画执行的不是按中心点执行的 关于龙骨动画转换 FD 宏编译时 出现 试图访问该方法时失败 问题状态 最新活动: 2019-05-24 20:03 浏览: 4277 关注: 4 人 Simon • 2019-06-22 14:08 是的 我...

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

57. callLater延时的时间怎么设置 [ 72%]

callLater延时的时间怎么设置 /** * 延迟执行。 * @param caller 执行域(this)。 * @param method 定时器回调函数。 * @param args 回调参数。 */ callLater(caller: any, method: Function, args?: Array<any>): void; 这个注释说这个函数延迟执行 延迟多久执行...

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

58. laya.d3.component.LODGroup_API3.0 [ 71%]

...nent.onAwake Defined in laya/components/Component.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法执行一次 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执...

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

59. 横竖屏切换,此引擎渲染有BUG [ 71%]

...()//横屏方法 ShuPing()//竖屏幕方法   ShuPing和HengPing 方法要执行1次,然后等个2秒执行1次,再等待2秒再执行一次就可以了。。。有时候要执行数十次才能显示预期效果   本人是4年前端,现在转H5开发   此问题从早上12点开始研究 ...

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

60. 垂直布局容器组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 71%]

...@property({ type: Laya.VBox }) public vbox: Laya.VBox; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法执行一次 onAwake(): void { this.vbox.pos(100, 100); this.vbox.bgColor = "#ffffff"; this.vbox.space = 30; this.vbox.align = "center"; } } 二、通过代...

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