大约有 311 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
Laya_社区(121) Laya3.0_api(97) Laya2.0_api(23) laya_api(21) Laya_示例(15) Laya3.0_文档(15) Laya2.0_示例(10) Laya2.0_文档(9)
....scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; var res: Array = [ "res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png", "res/ui/tree/clip_selectBox.png", "res/ui/tree/clip_tree_folder.png", "res/ui/tree/clip_tree_arrow.png" ]; Laya.loa...
来源: Laya2.0_示例 发布时间: 20260819
...xBuffer addParticle clearRenderParams clone cloneTo emit pause play setDrawArrayParams setDrawElemenParams simulate stop Constructors constructor new ShurikenParticleSystem(render: ShurikenParticleRenderer, meshTopology?: MeshTopology, drawType?: DrawType): ShurikenParticleSystem Overrides GeometryE...
来源: Laya3.0_api 发布时间: 20231115
...var rotation:Vector3 = new Vector3(0, 0.01, 0); private var specularMapUrl:Array = ["../../../../res/threeDimen/skinModel/dude/Assets/dude/headS.png", "../../../../res/threeDimen/skinModel/dude/Assets/dude/jacketS.png", "../../../../res/threeDimen/skinModel/dude/Assets/dude/pantsS.png", "../../../.....
来源: Laya_示例 发布时间: 20260819
...e var rotation:Vector3 = new Vector3(0, 0.01, 0); private var normalMapUrl:Array = ["../../../../res/threeDimen/staticModel/lizardCal/rock_norm.png", "../../../../res/threeDimen/staticModel/lizardCal/lizard_norm.png", "../../../../res/threeDimen/staticModel/lizardCal/lizard_norm.png"]; public functi...
来源: Laya_示例 发布时间: 20260819
...addParticle clearRenderParams clone cloneTo destroy emit pause play setDrawArrayParams setDrawElemenParams simulate stop Constructors constructor new ShurikenParticleInstanceSystem(render: ShurikenParticleRenderer): ShurikenParticleInstanceSystem Overrides ShurikenParticleSystem.constructor Defined ...
来源: Laya3.0_api 发布时间: 20231115
...terial4.setMarginalColor(Laya.Vector3(1, 0.7, 0)); var baseMaterials = new Array(); baseMaterials[0] = customMaterial1; baseMaterials[1] = customMaterial2; baseMaterials[2] = customMaterial3; baseMaterials[3] = customMaterial4; dude.getChildAt(0).getChildAt(0).skinnedMeshRender.sharedMaterials = bas...
来源: Laya_示例 发布时间: 20260819
...onButton:Button; private var curStateIndex:int = 0; private var skinAniUrl:Array = [ "../../../../res/threeDimen/skinModel/Zombie/old/Assets/Zombie/Model/z@walk-walk.lsani", "../../../../res/threeDimen/skinModel/Zombie/old/Assets/Zombie/Model/z@attack-attack.lsani", "../../../../res/threeDimen/skinM...
来源: Laya_示例 发布时间: 20260819
...ode = Stage.SCREEN_NONE; Stat.show(); //预加载所有资源 var resource:Array = [ {url: "../../../../res/threeDimen/scene/ColliderScene/ColliderDemo.ls", clas: Scene, priority: 1}, {url: "../../../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", clas: Sprite3D, priority: 1} ]; Laya.loader.c...
来源: Laya_示例 发布时间: 20260819
...n 0; } else { return this.myevent.touches.length; } } public get Touchs(): Array<any> { return this.myevent.touches } public get GetAxisX(): number { return Laya.stage.mouseX - this.lastMouseX; } public get GetAxisY(): number { return Laya.stage.mouseY - this.lastMouseY; } public get deltaTime...
来源: Laya_社区 发布时间: 20170714
...n 0; } else { return this.myevent.touches.length; } } public get Touchs(): Array<any> { return this.myevent.touches } public get GetAxisX(): number { return Laya.stage.mouseX - this.lastMouseX; } public get GetAxisY(): number { return Laya.stage.mouseY - this.lastMouseY; } public get deltaTime...
来源: Laya_社区 发布时间: 20190224