大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0213 秒)
Laya_社区(67) Laya2.0_文档(10) laya_api(4) Laya3.0_文档(3) Laya2.0_api(3) Laya2.0_示例(2) Laya3.0_api(1) Laya_示例(1)
...言,良好的OOP编程思想; 5、了解 Cocos2d-html5、Cocos2d-js、binding、QuarkJS、createJS 等 HTML5 框架; 6、有良好的编写代码习惯,要求结构清晰、命名规范、逻辑性强; 7、具备良好的沟通合作技巧,较强的责任心及团队合作精神。 ...
来源: Laya_社区 发布时间: 20180307
...tlas", "json/reward.json"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); ``` onComplete方法,注意与原版有部分修改。 ```typescript onComplete() { //获取资源 var testJosn = Laya.loader.getRes("json/reward.json"); //输出透传过来的json console.log('透传的json...
来源: Laya2.0_文档 发布时间: 20210715
...las/test.atlas", "json/reward.json"],Handler.create(this,onComplete)); } }.bind(this)); ``` onComplete方法,注意与原版有部分修改。 ```typescript private function onComplete():void() { //获取资源 var testJosn:* = Laya.loader.getRes("json/reward.json"); //输出透传过来的json co...
来源: Laya2.0_文档 发布时间: 20210715
...样了, 这不是长久解决办法 提示的错误: fs.js:558 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/Developer/xcode/projects/game_dev/180106JumpAJump/code.git/JumpLaya/release/layaweb/0.9/js/core/UIInterfac...
来源: Laya_社区 发布时间: 20180116
...tlas", "json/reward.json"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); ``` onComplete方法,注意与原版有部分修改。 ```typescript onComplete() { //获取资源 var testJosn = Laya.loader.getRes("json/reward.json"); //输出透传过来的json console.log('透传的json...
来源: Laya2.0_文档 发布时间: 20210715
...d Public Properties Show Inherited Public Properties PropertyDefined By _bindActive : Object[static] Buffer _bindVertexBuffer : *[static] Buffer bufferUsage : int[read-only] Buffer _byteLength : int = 0Buffer canRead : Boolean[read-only] 获取是否可读。 VertexBuffer3D create : Funct...
来源: laya_api 发布时间: 20170929
..., /Applications/LayaAirIDE.app/Contents/MacOS/LayaAirIDE dyld: lazy symbol binding failed: Symbol not found: _pthread_jit_write_protect_supported_np Referenced from: /Applications/LayaAirIDE.app/Contents/Resources/node_modules/sharp/build/Release/../.././vendor/8.13.3/darwin-x64/lib/libvips-cpp.4...
来源: Laya_社区 发布时间: 20240318
...息:" + message); // }; // Game.inst.start(); setInterval( this.addball.bind( this ),500); } public addball(){ for( let i:number = 0 ; i < 6; i++){ let ball = this.getObj(); ball.x = (i%6) *150 ball.y = -200 Laya.Tween.to( ball,{y: 1500 } ,5000,Laya.Ease.linearOut,Laya.Handler.create(this,this....
来源: Laya_社区 发布时间: 20180226
...d compile 后报下面的错误。 sp.stdout.on("data", this.emitStdout.bind(this)); ^ TypeError: Cannot read property 'on' of undefined at LayaProjectCompiler.compile (/usr/lib/node_modules/layaair-cmd/compile_project.js:70:14) at new LayaProjectCompiler (/usr/lib/n...
来源: Laya_社区 发布时间: 20180514
...test/2.png", "test/3.png"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); }else { Laya.loader.load("res/atlas/test.atlas",Laya.Handler.create(this,this.onComplete)); } } onComplete(): void { //初始化rank排行榜 var rank = new BigRank(); //初始化 rank.init(); } 然后...
来源: Laya_社区 发布时间: 20190307