大约有 64 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
使用bind移除事件报错 在侦听事件中添加了bind,如下: this.parent["timer1"].addEventListener(TimerEvent.TIMER,bind(this,this.timer))? 2015-11-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 c...
来源: Laya_社区 发布时间: 20151110
bind函数的作用 2018-01-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: http://blog.csdn.net/xc_tsao/article/details/44132965 2018-01-30 0 7 分享 微博 QZONE 微信 a15715740412 赞同...
来源: Laya_社区 发布时间: 20180130
调用可能未定义的方法 bind 咱们官网技术文档中“图文混排聊天室之WebSocket服务器”这篇 报1061: 调用可能未定义的方法 bind (通过 static 类型 Function 引用)。错误。怎么解决? 2017-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20170705
LayaAir引擎之webGl之bindTexture: attempt to bind a deleted texture Main.max.js:30966 WebGL: INVALID_OPERATION: bindTexture: attempt to bind a deleted texture 源码为 WebGLContext.bindTexture=function(gl,target,texture){ gl.bindTexture(target,texture); ...
来源: Laya_社区 发布时间: 20170114
binding(`atom_${processType}_${name}`)出现异常 一开始运行就出错了 附件 : --> 2017-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 wudi199553 赞同来自: 这个应该是你代码自身问...
来源: Laya_社区 发布时间: 20171206
...ame/instant-game-client/android/lib-rt-core/src/main/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...
来源: Laya_社区 发布时间: 20210106
...内容: 1. 可绑定内容的骨骼动画 export default class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; } /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf...
来源: Laya_社区 发布时间: 20190805
... 2017-07-30 23:18 @Monica:O(∩_∩)O好的,最好的就是完全自动bind或者handler!毕竟既然不bind就没法做参数传递,那就没必要把不bind作为默认状态!特别是as开发时候不小心就直接使用了function,找错误和修改特别麻烦 Monica • 2017-07-31 1...
来源: Laya_社区 发布时间: 20170730
...用域变成了window,所以你需要绑定下作用域。onAssetsLoaded.bind(this) 2017-09-27 1 4 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 你AS中是怎么写的? 2017-09-27 0 1 分享 微博 QZONE 微信 ljy328803417 赞同来自: 如图 2017-09-27 0 7 分享 微博 QZON...
来源: Laya_社区 发布时间: 20170927
...c 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)); // } } 2017-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20171108