大约有 1,054 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
Laya_社区(615) Laya_示例(157) Laya2.0_文档(149) Laya2.0_示例(116) laya_api(7) Laya3.0_文档(5) Laya3.0_api(3) Laya2.0_api(2)
...oBuf 支持 as3 版本吗? 导微信小程序报错window.focus is not a function 请问layaair2.0-js 怎么用程序在list中添加多元素的item 问题状态 最新活动: 2016-11-01 15:16 浏览: 1909 关注: 3 人 garve096 • 2016-10-29 14:08 希望官方能推出打包工具,类似在la...
来源: Laya_社区 发布时间: 20161029
...terial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; } } 附件 : --> laya1.rar 2020-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20201021
...r.load("./res/atlas/blackMagic.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ var efc =new ui.TestPUI(); Laya.stage.addChild(efc); } //new ui.TestPUI(); 这个东西找不到。我是按照官方文档动效模板来操作的。 2019-04-24 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20190424
...Array的zlib.min.js后报错 导微信小程序报错window.focus is not a function 官方新手游戏引导示例中关于hit和unHit的使用疑问 问题状态 最新活动: 2019-05-21 20:32 浏览: 1045 关注: 2 人
来源: Laya_社区 发布时间: 20190116
... ConchJNI.RunJS("App.setSdkId('"+ mem_id +"')");as里写的 public static function setSdkId(id:String):void{ alert(id); eventManager.event(MyEvent.SET_SDK_ID,id); } 完全不行 为啥呀 难道不能写app 必须写全局方法吗? 2018-08-10 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180810
...vect = new Laya.Vector3(0.1,0.1,0); // Laya.timer.loop(10,null,function(){ // box.transform.rotate(vect,true,false); // }); 2018-01-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20180119
...mport laya.display.Text; public class HelloLayabox extends Sprite { public function HelloLayabox() { trace("Hello,World"); //创建舞台,默认背景色是黑色的 Laya.init(600, 300); return; var txt:Text = new Text(); //设置文本内容 txt.text = "Hello Layabox"; //设置文本颜色为白...
来源: Laya_社区 发布时间: 20180824
...个版本修复, chaincollider的 方法 override protected function getDef():* { if (!_shape) { _shape = new window.box2d.b2ChainShape(); _setShape(false); } ...
来源: Laya_社区 发布时间: 20181116
...报错 Main.max.js:82027 Uncaught TypeError: context.ctx.setIBVB is not a function 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 还有别的报错么 是不是跨域了 还有这是...
来源: Laya_社区 发布时间: 20180326
...代码 Fb编译运行出错 浏览器运行提示TypeError: xxx is not a function 和创建精灵一样new Rand()出错 打包apk Uncaught SyntaxError: Unexpected token 'export’ 问题状态 最新活动: 2021-12-27 19:33 浏览: 2794 关注: 2 人
来源: Laya_社区 发布时间: 20211227