• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 56 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0028 秒)

1. bind函数的作用 [ 100%]

...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

2. laya2.10两个版本的测试,Oppo分包无法加载,读取资源报错,能加载分包无法读取回调 [ 92%]

.../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

3. 调用可能未定义的方法 bind [ 90%]

...这篇 报1061: 调用可能未定义的方法 bind (通过 static 类型 Function 引用)。错误。怎么解决? 2017-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 应该是你...

来源: Laya_社区 发布时间: 20170705

4. LayaAir引擎之webGl之bindTexture: attempt to bind a deleted texture [ 88%]

...ttempt to bind a deleted texture 源码为     WebGLContext.bindTexture=function(gl,target,texture){             gl.bindTexture(target,texture);             WebGLContext.curBindTexTarget=target;             WebGLContext.curBindTexValue=texture;         } 看看有...

来源: Laya_社区 发布时间: 20170114

5. 能不能提供一下AS3对应的playerglobal.swc的源码? [ 88%]

...能提供一下AS3对应的playerglobal.swc的源码? 我想修改一下Function,让h5开发时候把Handler嵌入进去 2017-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同...

来源: Laya_社区 发布时间: 20170730

6. Laya 绑定显示内容到骨骼动画 [ 86%]

...阵的方法 //返回变化矩阵     __proto.getResultMatrixByFrame=function(index){         var matrix=this._resultMatrixCache[index];         if(matrix){             return matrix;         }         return this.resultMatrix;     }   2. Bone ...

来源: Laya_社区 发布时间: 20190805

7. timer无法用clear清除的BUG [ 83%]

...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

8. laya.d3.graphics.IndexBuffer3D [ 82%]

...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

9. 类未找到方法 [ 80%]

类未找到方法 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

10. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 76%]

...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