大约有 485 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0049 秒)
...加载完成 */ private initF():void{ Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseHandler); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseHandler); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.mouseHandler); } private mouseHandler(e:laya.events.Event):void { var touches: Array<an...
来源: Laya_社区 发布时间: 20181102
...("读数据"); Laya.loader.load("Json/shopLevel.json", Laya.Handler.create(this, this.shopJsonLoaded), null, Laya.Loader.JSON); Laya.loader.load("Json/menu.json", Laya.Handler.create(this, this.menuJsonLoaded), null, Laya.Loader.JSON); } //读取商店等级配置表 shopJsonLoaded( ) { let json = L...
来源: Laya_社区 发布时间: 20220819
... │ └── ItemYouren.js └── ui ItemDizhuquan.js代码如下 this.btnThumpUP = new Laya.Button("/bin/happyfarm/dianzan.png"); 尝试了,各种路径,都提示加载不到图片,求解 2017-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20171108
...nd { //声明一个信息文本 private txtInfo: Text; constructor() { this.setup(); } private setup(): void { var gap: number = 10; //创建一个Sprite充当音效播放按钮 var soundButton: Sprite = this.createButton("播放音效"); soundButton.x = (Laya.stage.width - soundButton.width...
来源: Laya_社区 发布时间: 20190421
...子切换不了卡槽的图片,附件为我的demo,请帮忙看看 if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } 跟代码发现this.currDisplay...
来源: Laya_社区 发布时间: 20180201
...)旋转之后,xyz还是之前那个方向 没旋转之前走动正常 this.camera.transform.localRotation先旋转 this.camera.transform.translate(this._tempVector3,false); 再移动 控制y轴向前走,斜着走或者是后面走,反正不正常 2020-09-09 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20200909
...如下: wss://testconnector.46mp.com:8014 I/LayaBox: new JSWebSocket::this=abc23ac0 deletgate=abb1ba70 I/LayaBox: WebSocket::init m_host: testconnector.46mp.com, m_port: 8014, m_path: / I/LayaBox: @@@@@ connect testconnector.46mp.com:8014 r W/LayaBox: JSWebSocketDelegate::onError( code=1 )th...
来源: Laya_社区 发布时间: 20181027
...存在,内存中场景及引用其的对象无法销毁 this.scene = Laya.stage.addChild(new Laya.Scene3D()) as Laya.Scene3D; this.camera = new Laya.Camera(); this.camera.transform.translate(new Laya.Vector3(0, 2, 5)); th...
来源: Laya_社区 发布时间: 20191102
...接报错了 "Failed to construct 'Worker': Please use the 'new' operator, this DOM object constructor cannot be called as a function." 2018-01-08 0 0 分享 微博 QZONE 微信 fool_tiger 赞同来自: 还要在index.html中写啊,我以为在as3脚本里写就行了? 2018-01-08 0 1 分享 微...
来源: Laya_社区 发布时间: 20180108
load 粒子的时候永远出错 永远报这个错误:Warning!,this class[MiniAdpter] already exist: Object {} [warn]Retry to load: res/rotate.part [error]Failed to load: res/rotate.part 我的代码: Laya.loader.load("res/rotate.part", Handler.create(this, this.onAssetsLoaded),null,Laya...
来源: Laya_社区 发布时间: 20180211