大约有 144 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0050 秒)
...s/NativeOBJ/NativeRenderElementOBJ.ts:83 _skinnedData _skinnedData: Float32Array[] Defined in laya/d3/RenderObjs/NativeOBJ/NativeSkinRenderElementOBJ.ts:7 Accessors _geometry get _geometry(): IRenderGeometryElement set _geometry(data: IRenderGeometryElement): void Inherited from NativeRenderElementO...
来源: Laya3.0_api 发布时间: 20231115
...rial.ts:123 渲染质量。 Accessors MaterialDefine get MaterialDefine(): Array<string> Inherited from Material.MaterialDefine Defined in laya/d3/core/material/Material.ts:373 获得材质宏 Returns Array<string> MaterialProperty get MaterialProperty(): any Inherited from Material.Mate...
来源: Laya3.0_api 发布时间: 20231115
...tructors constructor Properties elements DEFAULT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decomposeTransRotScale decomposeYawPitchRoll equalsOtherMatrix getElementByRowColumn getForward getInvertFront getTranslationVector identity invert isIdentity normalize setElementByRowC...
来源: Laya3.0_api 发布时间: 20231102
...this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = []; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") a...
来源: Laya_社区 发布时间: 20180724
...: private onMouseDown(e: Event): void { var touches: Array<any> = e.touches; if (touches && touches.length == 2) { this.preRadian = Math.atan2( touches[0].stageY - touches[1].stageY, ...
来源: Laya_社区 发布时间: 20180301
...e radius:number = 150; //半径 private speed:number = .05; private points:Array<any> = ; private i:number = 0; constructor() { Laya.init(1100, 619, Laya.WebGL); Laya.loader.load("res/atlas/war.atlas",Laya.Handler.create(this,this.onLoaded),null,Laya.Loader.ATLAS); } private onLoaded():void{ t...
来源: Laya_社区 发布时间: 20171108
...出声音的浏览器能放出声音了,这是怎么回事 var lobbyRes:Array<any> = [ {url: "Lobby/Sound/BG309.mp3",type:Laya.Loader.SOUND}, } Laya.loader.load(fightLandlordRes, Laya.Handler.create(this, this.resLoaded)); Laya.SoundManager.playMusic("Lobby/Sound/BG309.mp3"); 2017-09-25 添...
来源: Laya_社区 发布时间: 20170925
预加载图集文集在小游戏端导致内存过高 let resArray: Array<any> = [ { url: hyip+"res/atlas/comp/01_shouye.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/02_zhujiemian.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/30_loading.json", type: Loader.ATLAS }, ]; ...
来源: Laya_社区 发布时间: 20180122
... //预加载主游戏页面图片资源数组 var res:Array<any> = [ "res/atlas/heart.atlas", "res/LayaScene_newScen/Conventional/newScen.ls", ]; //设置progress Handler的第4个参数...
来源: Laya_社区 发布时间: 20201130
...this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = ; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as ...
来源: Laya_社区 发布时间: 20170215