大约有 35 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
...otoLoaded.bind(this)); a15715740412 • 2018-01-30 16:31 /** * For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg A...
来源: Laya_社区 发布时间: 20180130
.../jni/../../../../../js-bindings/jsb_rt_file_system_manager.cpp: Line: 990, Function: FileSystemManager_readFile 01-06 11:41:34.676 5287-5417/? E/jswrapper: [ERROR] Failed to invoke FileSystemManager_readFile, location: /Users/80235882/project/XGame/instant-game-client/android/lib-rt-core/src/main/jn...
来源: Laya_社区 发布时间: 20210106
...这篇 报1061: 调用可能未定义的方法 bind (通过 static 类型 Function 引用)。错误。怎么解决? 2017-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 应该是你...
来源: Laya_社区 发布时间: 20170705
...ttempt to bind a deleted texture 源码为 WebGLContext.bindTexture=function(gl,target,texture){ gl.bindTexture(target,texture); WebGLContext.curBindTexTarget=target; WebGLContext.curBindTexValue=texture; } 看看有...
来源: Laya_社区 发布时间: 20170114
...能提供一下AS3对应的playerglobal.swc的源码? 我想修改一下Function,让h5开发时候把Handler嵌入进去 2017-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同...
来源: Laya_社区 发布时间: 20170730
...阵的方法 //返回变化矩阵 __proto.getResultMatrixByFrame=function(index){ var matrix=this._resultMatrixCache[index]; if(matrix){ return matrix; } return this.resultMatrix; } 2. Bone ...
来源: Laya_社区 发布时间: 20190805
...p函数用this绑定时,clear无法清除 ,clearAll可以清除 public function startLoop() { Laya.timer.loop(2000,this,this.onLoop.bind(this)); } private function onLoop():void { if(this.stop){ Laya.timer.clear(this,this.onLoop.bind(this)); // } } ...
来源: Laya_社区 发布时间: 20171108
类未找到方法 public class Welcome extends welcomeUI { public function Welcome() { requestData(); } private function requestData():void{ RequestConfig.instance.getRequestConfig(String(0), requestCallback); } private function requestCallback(success:Boolean):void { if(success) { loadingRes(); }...
来源: Laya_社区 发布时间: 20170118
...更新_cnavas相关的状态 */ __proto._checkCanvasEnable=function(){ var tEnable=this._cacheStyle.needEnableCanvasRender(); this._getCacheStyle().enableCanvasRender=tEnable; if (tEnable){ if (this._cacheStyle.n...
来源: Laya_社区 发布时间: 20190612
...rivate var analyser:Object;private var audioBufferSourceNode:Object;public function Main(){Laya.init(500,500);AudioContext =Browser.window.AudioContext || Browser.window.webkitAudioContext;audioContext = new AudioContext();analyser = audioContext.createAnalyser();analyser.fftSize = 256;Laya.stage.on...
来源: Laya_社区 发布时间: 20181023