大约有 87 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
... LOGW 警告log LOGE 错误log 在js脚本中,开发者可以通过以下函数设置Debug模式: if( window.conch ) { //值为0:表示关闭所有日志输出 //值为1:表示所有LOGE全部弹出alert //值为2:表示所有LOGE和LOGW全部弹出alert window.conch.config.setDebugLevel(1...
来源: Laya3.0_文档 发布时间: 20241025
...的动画帧。 layaUI.max.all.js里也有了effect01UI()相关的函数, 然后我通过代码 : var _effectN = new effect01UI(); monsterMain.HitPoint01.addChild(_effectN); 执行到new这行的时候报错: 具体是layaUI.max.all.js里的这一行:effect01UI.__super.call(this...
来源: Laya_社区 发布时间: 20180122
...g][img] [img][img] 完整代码如下:ExtCullingMask.ts [pre]/** * 函数:LAYA 灯光Layer裁剪函数 * 作者 麒麟子 * 用法说明 1、在laya.d3.js中找到Camera.render函数 2、render函数中,this._prepareCameraToRender();这一行后面添加如下代码 if(this._scene.lightC...
来源: Laya_社区 发布时间: 20200110
...W 警告log LOGE 错误log ``` 在js脚本中,开发者可以通过以下函数设置Debug模式: ```javascript if( window.conch ) { //值为1:表示所有LOGE全部弹出alert //值为2:表示所有LOGE和LOGW全部弹出alert window.conch.config.setDebugLevel(1); } ``` **Tips** *1、conch...
来源: Laya2.0_文档 发布时间: 20210715
...gs?: any[]): void Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Parameters method: Function 要执行的函数的名称。例如,functionName。 Default value args: any[] = null 传...
来源: Laya3.0_api 发布时间: 20231115
...e callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3...
来源: Laya2.0_api 发布时间: 20190513
...e callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3...
来源: Laya2.0_api 发布时间: 20190513
...e callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3...
来源: Laya2.0_api 发布时间: 20190513
...n callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3...
来源: Laya2.0_api 发布时间: 20190513
... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...
来源: Laya3.0_api 发布时间: 20231115