大约有 633 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
...alue isLocal: boolean = false Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Overrides EventDispatcher.off Defined in laya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:559 Parameters type: str...
来源: Laya3.0_api 发布时间: 20231115
...存在,但没渲染出。 导微信小程序报错window.focus is not a function 请教下微信小游戏的内存和数据缓存? 问题状态 最新活动: 2018-01-22 11:56 浏览: 6704 关注: 4 人 sfg007 • 2018-02-01 17:46 虚拟机? hill_0219 • 2018-02-05 09:48 手机 hw520ok • 201...
来源: Laya_社区 发布时间: 20180120
...from "../script/base/BaseScene"; import BaseScene=base.BaseScene; var REG: Function = Laya.ClassUtils.regClass; export module ui { export class CustomSceneUI extends BaseScene { public txt_hello:Laya.Label; constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("Custo...
来源: Laya_社区 发布时间: 20200827
...ogressCallback Returns Promise<void> off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...
来源: Laya3.0_api 发布时间: 20231115
...ontext.ts:202 Returns void Globals "laya/resource/NativeContext" CONTEXT2D_FUNCTION_ID NativeContext constructor _buffer _byteArray _fdata _idata sprite ARRAY_BUFFER_REF_COPY ARRAY_BUFFER_REF_REFERENCE ARRAY_BUFFER_TYPE_CMD ARRAY_BUFFER_TYPE_DATA ENUM_TEXTALIGN_CENTER ENUM_TEXTALIGN_DEFAULT ENUM_TEX...
来源: Laya3.0_api 发布时间: 20231102
...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...
来源: Laya3.0_api 发布时间: 20231115
...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...
来源: Laya3.0_api 发布时间: 20231115
...a/compile.js 及 .laya/publish.js 将以上两个脚本中的如下代码function useOtherNode(){ return useIDENode||useCMDNode; }修改为:function useOtherNode(){ return true; } 至此,自动化编译、发布脚本已全部完成。 由于目前 layaair2-cmd 的 ui 命令,只能在 win...
来源: Laya_社区 发布时间: 20201223
...3D; 可以帮我测试看看吗? 错误讯息: value.cloneTo is not a function at AnimationTransform3D.__proto.setLocalRotation LayaScene_Scene_LightMap.zip 2018-02-01 0 1 分享 微博 QZONE 微信 mobile3Dbin 赞同来自: 1.7.12、1.7.13的版号不是插件,是引擎的版号。 2...
来源: Laya_社区 发布时间: 20180131
... *执行事件处理。 */ __proto.runEvent=function(){ var len=this._eventList.length; if (!len)return; var _this=this; var i=0; var localevnetList = this._eventLis...
来源: Laya_社区 发布时间: 20170614