大约有 350 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0053 秒)
getCharPoint的bug laya.core.js的getCharPoint这个函数里,有这样一句话:len += lines[i].length; 请将其改成:len += lines[i].length + 1; 显然开发者没在多行的情况下测试这个函数,换行这种事肯定是末尾有个换行符才会换的嘛! 上面的le...
来源: Laya_社区 发布时间: 20211009
... 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
...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
...} return this.resultMatrix; } 2. Bone 的构造函数中添加矩阵缓存列表 function Bone(){ this.name=null; this.root=null; this.parentBone=null; this.length=10; this.transform=null; ...
来源: Laya_社区 发布时间: 20190805
...下,希望能有点帮助 代码在laya.ui.js大约4580行左右。两个函数,都很短. View.getCompInstance=function(json){ var runtime=json.props ? json.props.runtime :""; var compClass=runtime ? (View.viewClassMap[runtime] || Class...
来源: Laya_社区 发布时间: 20160913
...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
...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
...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