大约有 56 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0030 秒)
Laya_社区(35) Laya2.0_文档(9) laya_api(4) Laya2.0_api(3) Laya2.0_示例(2) Laya3.0_api(1) Laya3.0_文档(1) Laya_示例(1)
...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
...Boolean [read-only] 获取是否可读。 Implementation public function get canRead():BooleanindexCountproperty indexCount:int [read-only] 获取索引个数。 Implementation public function get indexCount():intindexTypeproperty indexType:String [read-only] 获取索引...
来源: Laya2.0_api 发布时间: 20190513
类未找到方法 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
...ByUniformBufferData unbind create getBuffer Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115