大约有 1,569 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0125 秒)
Laya_社区(1377) Laya3.0_api(67) Laya2.0_文档(66) Laya3.0_文档(32) Laya2.0_api(15) laya_api(8) Laya_示例(2) Laya2.0_示例(2)
...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...
来源: Laya3.0_api 发布时间: 20231102
...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...
来源: Laya3.0_api 发布时间: 20231115
...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...
来源: Laya3.0_api 发布时间: 20231115
...题的原因,针对这个原因,目前有以下两种解决方案, 第一种解决方案: 对于每一个景区,新建一个android application,然后将动景手动复制到工程的asset中,然后用webView从asset中加载动景,这样就避免了webkit内核禁止加载...
来源: Laya_社区 发布时间: 20160104
...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...
来源: Laya3.0_api 发布时间: 20231115
...了。 #### 删除 当删除目录或资源的时候,有两种方式。第一种是IDE里选中要删除的资源或目录,右键菜单里点击删除选项或者直接按Delete键删除。第二种是打开所在目录,在系统目录内,直接删除。两者的区别是IDE里删除会自...
来源: Laya2.0_文档 发布时间: 20210715
...了。 #### 删除 当删除目录或资源的时候,有两种方式。第一种是IDE里选中要删除的资源或目录,右键菜单里点击删除选项或者直接按Delete键删除。第二种是打开所在目录,在系统目录内,直接删除。两者的区别是IDE里删除会自...
来源: Laya2.0_文档 发布时间: 20210714
...ition = this._position; } } 平移变换方法translate()有两个参数,第一个translation表示移动的距离,它是一个Vector3类型的变量,既包含移动距离,也包含了移动方向。第二个isLocal判断是否是局部空间,默认为true是局部空间,若传入false...
来源: Laya3.0_文档 发布时间: 20251010
...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...
来源: Laya3.0_api 发布时间: 20231115
....Prefab; private loadingScene: Laya.Node; constructor() { super(); } /** * 第一次执行update之前执行,只会执行一次 */ onStart(): void { //创建Loading场景 this.loadingScene = this.loadingScenePrefab.create(); //设置Loading场景 Laya.Scene.setLoadingPage(this.loadingScene as Laya...
来源: Laya3.0_文档 发布时间: 20251010