• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0213 秒)

61. 招聘 坐标:深圳南山科技园 可将简历发送至以下邮箱:elaine@dawx.com [ 48%]

...言,良好的OOP编程思想; 5、了解 Cocos2d-html5、Cocos2d-js、binding、QuarkJS、createJS 等 HTML5 框架; 6、有良好的编写代码习惯,要求结构清晰、命名规范、逻辑性强; 7、具备良好的沟通合作技巧,较强的责任心及团队合作精神。   ...

来源: Laya_社区 发布时间: 20180307

62. 微信开放数据域(TypeScript-小游戏适配文档-微信小游戏) [ 48%]

...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

63. 微信小游戏开放域(ActionScript-小游戏适配文档-微信小游戏) [ 48%]

...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

64. 打包出现问题 [ 48%]

...样了, 这不是长久解决办法   提示的错误: 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

65. 微信小游戏开放域(JavaScript-小游戏适配文档-微信小游戏) [ 48%]

...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

66. laya.d3.graphics.VertexBuffer3D [ 47%]

...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

67. [LayaAirIDE3]layaairIde 在mac系统中运行没有界面。mac 版本 10.15.7 ,node 20.11.1,npm 10.2.4, [ 47%]

..., /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

68. 模拟石头下落过程不明抖动 [ 46%]

...息:" + 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

69. linux系统运行layaair-cmd报错 [ 46%]

...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

70. LayaAir2.0(LayaBox)之小游戏开放域开发 [ 46%]

...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