大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)
Laya_社区(443) Laya3.0_api(103) Laya2.0_api(58) laya_api(54) Laya2.0_文档(49) Laya_示例(39) Laya2.0_示例(33) Laya3.0_文档(18)
...ent: boolean = true Returns Matrix3x3 Properties elements elements: Float32Array Defined in laya/maths/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matrix3x3() Defined in laya/maths/Matrix3x3.ts:16 Methods clone clone(): any Defined in laya/mat...
来源: Laya3.0_api 发布时间: 20231115
...方式 public PreloadingRes():void { //预加载所有资源 var resource:Array = [ "res/threeDimen/scene/TerrainScene/XunLongShi.ls", "res/threeDimen/skyBox/skyBox2/skyBox2.lmat", "res/threeDimen/texture/earth.png", "res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", "...
来源: Laya2.0_文档 发布时间: 20210715
... MiniFileMgr.deleteFile("", fileObj.readyUrl); } } static sortOn(array, name, options = 0) { if (options == MiniFileMgr.NUMERIC) return array.sort(function (a, b) { return a[name] - b[name]; }); if (options == (MiniFileMgr.NUMERIC | MiniFileMgr.DESCENDING)) return array.sort(function (a, b...
来源: Laya_社区 发布时间: 20200103
...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
...ent: boolean = true Returns Matrix3x3 Properties elements elements: Float32Array Defined in laya/d3/math/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matrix3x3() Defined in laya/d3/math/Matrix3x3.ts:16 Methods clone clone(): any Defined in laya...
来源: Laya3.0_api 发布时间: 20231102
..., null, Loader.ATLAS); } private function createAnimation():void { var url:Array=; for(var i:int=1;i<30;i++) { if(i<10) { url.push("res/fighter/fighter/rollSequence000"+i+".png"); } else { url.push("res/fighter/fighter/rollSequence00"+i+".png"); } } Animation.createFrames(url,"myFighter"); fly...
来源: Laya_社区 发布时间: 20160610
...n laya/resource/Resource.ts:18 Static _videoTexturePool _videoTexturePool: Array<VideoTexture> = new Array<VideoTexture>() Defined in laya/resource/VideoTexture.ts:14 videoTexture对象池 Accessors anisoLevel get anisoLevel(): number set anisoLevel(value: number): void Inherited from Ba...
来源: Laya3.0_api 发布时间: 20231102
...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
...日志: a1: Handler {once: true, _id: 6, caller: null, args: Array[1]} a2: Handler {once: true, _id: 0, caller: null, method: null, args: null} b: Handler {once: true, _id: 7, caller: null, args: Array[1]} a3: Handler {once: true, _id: 7, caller: nul...
来源: Laya_社区 发布时间: 20161109
...资源后对比资源卸载前和卸载后的资源状态: var assets: Array<any> = [] assets.push("resources/apes/monkey0.png"); assets.push("resources/apes/monkey1.png"); assets.push("resources/apes/monkey2.png"); assets.push("resources/apes/monkey3.png"); Laya.loader.load(assets).then(()=...
来源: Laya3.0_文档 发布时间: 20251010