大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0045 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
... [default = 302]; optional int64 packet_iiid = 3 [default = 302]; optional string packet_iidiid = 4; } 通过 ProtoBuf.load("protocol.proto", this.onLoaded); function onLoaded(err:any, root:any):void{ if (err) throw err; // Obtain message types var msgDefine:any = = root.lookup("protocols.packetc2g_...
来源: Laya_社区 发布时间: 20170914
...DK版本为1.7.17 以下为核心代码: function playAction(act:string):void { var animationclip:Laya.AnimationClip = this.animator.getClip(action); if(animationclip){ this.animator.play(act); } } 现象描述:角色正在挂机放技能打怪,当挂机...
来源: Laya_社区 发布时间: 20180828
...Apple 赞同来自: 可以给相关类类增加 function get thisClsName():string接口 然后相关类中实现一下,用字符串做标识 查询的时候用接口就可以取到 2018-04-04 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...
来源: Laya_社区 发布时间: 20180404
... p.style.fontSize = 30; p.style.align = "center"; var html:String = "<span color='#ffffff'>居中测试文本</span>"; p.innerHTML = html; p.style.align是设置水平居中。 2017-02-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170221
...致无法写出 public function send(cmd:int , req:Object):void { var json:String = JSON.stringify(req); var data:ByteArray = new ByteArray(); data.writeUTFBytes(json); data.compress(); var obj:Object = {}; var headByte:ByteArray = new ByteArray(); writeHeader(obj, headByte); _socket.output.clear();...
来源: Laya_社区 发布时间: 20170710
...n(Event.CLICK, this, this.onDecreaseAlpha2); } private createButton(label: string): Sprite { var w: number = 300, h: number = 60; var button: Sprite = new Sprite(); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.size(w, h); button.graphics.fillText(label, w / 2, 17, "20px simHei", "#ffffff"...
来源: Laya_示例 发布时间: 20241127
...调整一下 ohkei • 2017-02-16 14:18 刚刚看到API里有promptColor : String 设置输入提示符颜色。 ohkei • 2017-02-09 21:05 不是吧,这么坑?!!!
来源: Laya_社区 发布时间: 20170209
...ew Blob([this.renderCamera.renderTarget.getData(0,0,1024,1024)]); let url: string = URL.createObjectURL(blob); let link: HTMLAnchorElement = document.createElement("a"); link.href = url; link.download = "截图.png"; let ev: MouseEvent = document.createEvent("MouseEvents"); ev.initMouseEvent("click"...
来源: Laya_社区 发布时间: 20171019
... any, complete?: laya.utils.Handler, progress?: laya.utils.Handler, type?: string, priority?: number, cache?: boolean): LoaderManager; 是因为资源太少么。 2016-10-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20161010
...接收不到回调 as3 代码 __JS__("window").conchMarket.login(JSON.stringify(sData),function(data){ console.log(data); }); java代码 // MarketTest.java文件中根据自己需求添加相关代码到LP_Login方法中, JavaScript中调用conchMarket.login就会执行LP_Login方法.public v...
来源: Laya_社区 发布时间: 20200227