大约有 1,502 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0056 秒)
Laya_社区(813) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(29) Laya2.0_示例(5) Laya_示例(4)
.../** * 设置界面名称 */ public set viewName(value: string) { this.$viewName = value; } /** * 刷新开放域界面 * @param param 携带参数通知开放域 */ ...
来源: Laya_社区 发布时间: 20181114
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: 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 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