大约有 1,500 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0059 秒)
Laya_社区(812) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(28) Laya2.0_示例(5) Laya_示例(4)
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new ScreenTriangle(): ScreenTriangle Overrides Resource.__cons...
来源: Laya3.0_api 发布时间: 20231102
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new TextResource(data: any, format: TextResourceFormat): TextR...
来源: Laya3.0_api 发布时间: 20231115
...过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node setLightmapIndex(value:int):voidTerrain setLightmapScaleOffset(value:Vector4):voidTerrain timerLoop(delay:int, caller:*, method:Function, ...
来源: Laya2.0_api 发布时间: 20190513
...ntation public function get endian():String public function set endian(value:String):voidinputproperty input:* [read-only] 缓存的服务端发来的数据。 Implementation public function get input():*outputproperty output:* [read-only] 表示需要发送至服务...
来源: laya_api 发布时间: 20170929
...ntation public function get endian():String public function set endian(value:String):voidinputproperty input:* [read-only] 缓存的服务端发来的数据。 Implementation public function get input():*outputproperty output:* [read-only] 表示需要发送至服务...
来源: Laya2.0_api 发布时间: 20190513
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new AnimatorController2D(data: any): AnimatorController2D Over...
来源: Laya3.0_api 发布时间: 20231115
...er(); //加载网格 Laya.Mesh.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", Laya.Handler.create(this, function(mesh) { var layaMonkey = scene.addChild(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey...
来源: Laya2.0_文档 发布时间: 20210715
...ch (error) { callBack != null && callBack.runWith([1]); } } static setNativeFileDir(value) { MiniFileMgr.fileNativeDir = MiniAdpter.window.wx.env.USER_DATA_PATH + value; } static isUserPath(url){ return url.indexOf(MiniAdpter.window.wx.env.USER_DATA_PATH) != -1; } static isHttpPath(url){ ret...
来源: Laya_社区 发布时间: 20200103
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new AtlasResource(dir: string, textures: Array<Texture>,...
来源: Laya3.0_api 发布时间: 20231115
...s: [ typescript({ tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|.fs)$/, sourc...
来源: Laya_社区 发布时间: 20200918