• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)

771. laya.maths.Matrix3x3_API3.0 [ 43%]

...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

772. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 43%]

...方式 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

773. 微信小游戏加载资源问题 [ 42%]

... 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

774. laya.d3.core.material.PBRMaterial_API3.0 [ 42%]

...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

775. laya.d3.math.Matrix3x3_API3.0 [ 42%]

...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

776. Animation 的createFrames 使用已经加载的图集缓存动画失败 [ 42%]

..., 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

777. laya.resource.VideoTexture_API3.0 [ 42%]

...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

778. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 41%]

...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

779. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 41%]

...日志:         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

780. 2D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 40%]

...资源后对比资源卸载前和卸载后的资源状态: 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