大约有 32 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
请问UI之间的场景切换要怎么写 var sg_sign = (function(_super){ function sg_sign(){ sg_sign.super(this); this.btn_wxsign.on(Laya.Event.CLICK,this,this.onWxSign); this.reset(); } Laya.class(sg_sign,"sg_sign",_super); var _proto = sg_sign.prototype; _proto.reset = function(){ Laya.SoundMan...
来源: Laya_社区 发布时间: 20170725
...教程中内存优化,关于对象池的用法有些疑问,var SPRITE_SIGN = 'spriteSign'; var sprites = []; function initialize() { for (var i = 0; i < 1000; i++) { var sp = Pool.getItemByClass(SPRITE_SIGN, Sprite) sprites.push(sp); Laya.stage.addChild(sp); } } initialize(); Laya.stage.on("c...
来源: Laya_社区 发布时间: 20160729
对象池管理不同资源路径的龙骨动画时,它的sign值,必须是不同的吗? 2017-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: laya_thkj20170801 这个要看你具体...
来源: Laya_社区 发布时间: 20170829
getItemByClass(sign:String, cls:Class):*,怎么给Class的构造函数传参? 2018-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 LAYA_AIR 赞同来自: getItemByClass是不是只能得到实例后再...
来源: Laya_社区 发布时间: 20180913
Laya2.8.0 发布华为快应用无法读取sign文件夹 麻烦看下 附件 : --> 2020-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 杰森 赞同来自: 文件夹及文件都是有的 2020-11...
来源: Laya_社区 发布时间: 20201130
...是Form Data 不添加headers则正常 示例代码 var headers = [ 'C-Sign', sign ]; // this.caller = caller; this.callbackHandler = callback; // this.errcallback = errcallback; //this.http.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.http.once(Laya.Event.COMPLETE, this, th...
来源: Laya_社区 发布时间: 20180916
...机生成的预制体汽车 进行回收的时候 调用Car.js中的Init(sign){ this.sign=sign; } GameManager.js 中的调用 car.getComponent(Car).Init(carIndex.toString()) 在进行回收检测的时候carIndex.toString() 提示 Cannot read property 'Init' of null 请问怎么处理 大佬...
来源: Laya_社区 发布时间: 20200909
...象数组,数据输出信息没问题。 stuName是JSON对象用户名 signState是JSON对象签到状态 name_txt是list名字文本 sign_btn是list签到按钮 state_txt是list签到文本 var arr:Array = [];//JSON数据录入 for (var i:int = 0; i < studentArr.length; i++) { var ob:Object ...
来源: Laya_社区 发布时间: 20170822
...到问题多查下APIPool recover () 方法 public static function recover(sign:String, item:Object):void 将对象放到对应类型标识的对象池中。 参数 sign:String — 对象类型标识字符。 item:Object — 对象。 2016-09-21 0 1 分享 微博 QZONE 微信 laya_thkj20170801 赞...
来源: Laya_社区 发布时间: 20160921
... - Out of bounds 对象池管理不同资源路径的龙骨动画时,它的sign值,必须是不同的吗? 问题状态 最新活动: 2018-03-28 14:32 浏览: 938 关注: 3 人
来源: Laya_社区 发布时间: 20170421