大约有 1,130 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
...b。 (动图3-1) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:57 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...wxgame").waitForCompletion(); } // 构建抖音小游戏 static async buildBytedancegame() { return IEditorEnv.BuildTask.start("bytedancegame").waitForCompletion(); } // 构建oppo小游戏 static async buildOppogame() { return IEditorEnv.BuildTask.start("oppogame").waitForCompletion(); } // 构建v...
来源: Laya3.0_文档 发布时间: 20251010
... Vector3 类用于创建三维向量。 Public Properties PropertyDefined By x : NumberX轴坐标Vector3 y : NumberY轴坐标Vector3 z : NumberZ轴坐标Vector3Public Methods MethodDefined By Vector3(x:Number = 0, y:Number = 0, z:Number = 0, nativeElements:Float32Array = null) 创建...
来源: Laya2.0_api 发布时间: 20190513
...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显...
来源: Laya2.0_api 发布时间: 20190513
...面又报错了 这是layaMaxUI.js/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ var View=Laya.View; var Dialog=Laya.Dialog; var Scene=Laya.Scene; var REG = Laya.ClassUtils.regClass; export class kick_effectUI extends EffectAnimation { //然后又改...
来源: Laya_社区 发布时间: 20210111
...t class Main extends Laya.Script { onStart() { let item1 = Laya.Pool.createByClass(TestClass); console.log('item1:', item1.type); Laya.Pool.recoverByClass(item1); let item2 = Laya.Pool.createByClass(TestClass2); console.log('item2:', item2.type); console.log(item1 == item2); } } export class TestCla...
来源: Laya_社区 发布时间: 20250819
...道啥原因,哪位高人知识咋回事?代码如下: /**Created by the LayaAirIDE*/ module view { export class Guide extends ui.GuideUI { constructor() { super(); // 创建Video元素 let videoElmt: any = Laya.Browser.createElement("video"); Laya.Browser.document.body.appendChild(videoElm...
来源: Laya_社区 发布时间: 20180802
...置。 (图2-5) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-13 19:01:52 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251013
...度 const timeProgress = this.dayTime / this.dayDuration; this.updateLightByTime(timeProgress); } private padNumber(num: number): string { return num < 10 ? `0${num}` : `${num}`; } private getAdjustedProgress(): number { return (this.dayTime) % this.dayDuration / this.dayDuration; } private updat...
来源: Laya3.0_文档 发布时间: 20251010
...erited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite aniSpriteArray : Array当前GRID包含的动画GridSprite autoSize : Boolean = false 指定是否自动...
来源: laya_api 发布时间: 20170929