大约有 558 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
...= DeviceUtils.getUniqueId(); ConchJNI.RunJS("com.gamepark.casino.functions.loading.mediator.LoadingMediator.onGetUniqueIdCompleteHandler(" + uniqueId + ")"); 在Laya中声明如下: public static function onGetUniqueIdCompleteHandler($uniqueId:String):void { trace("uniqueId : " + uniqueId); } 结...
来源: Laya_社区 发布时间: 20180323
...复问题请先登录 发起人 邓群豪 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) sprite旋转以后,但是原来碰撞检测rect没有旋转 写个捕鱼游戏练练手 unity导出粒子文件问题 招聘:H5游戏开发 坐标:深圳南山 游戏运行...
来源: Laya_社区 发布时间: 20190216
...该方法时失败 使用getChildByName()无法得到子节点对象 load方法的progress回调进的次数太少了。是我哪里设置有问题么 laya 2.0 bug onEnable 分离模式节点没有创建 引擎中有使得Label中文字逐字显示的方法吗? JS如何调用经过转换的FLA...
来源: Laya_社区 发布时间: 20170821
...请先登录 发起人 Monica 知识达人 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 写个捕鱼游戏练练手 招聘:H5游戏开发 坐标:深圳南山 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 编译调试启动chrome出现...
来源: Laya_社区 发布时间: 20170427
...w Laya.Vector4(0.8, 0.8, 0.8, 0); material.diffuseTexture = Laya.Texture2D.load("images/bg03.png"); box.meshRender.material = material; //平面 var plane = sprite3D.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(15, 15, 1, 1))); plane.transform.position = new Laya.Vector3(0, 0, 0); var material2...
来源: Laya_社区 发布时间: 20180103
...有没有什么热更新的方法或者类似热更新的方法 使用Laya.loader.load缓存下来的文件还在res目录下吗?在编辑模式下怎么调用缓存下来的文件? .bat脚本能调用layaIDE的相关功能吗? UI皮肤怎么动态设置图片资源,有时候需要更换整个...
来源: Laya_社区 发布时间: 20171128
...决方法 例: var catSprite:Skeleton = new Skeleton(); this.catSprite.load(xxx,回调)--加载好使用spine或dragbones的文件 private function 回调(){ catSprite.showSkinByName("动作名") //最初使用这种方式显示 结果是图片乱跳 显示异常 请使用 catSprite.play("动作...
来源: Laya_社区 发布时间: 20180614
...的链接 提交 3 个回复 cuixueying 赞同来自: 189*****192 Laya.loader.load([{url:"res/atlas/comp.json",type:Loader.ATLAS},{url:"comp/btn_queding.png",type:Loader.IMAGE}], Handler.create(this, onAssetLoaded), null);comp.json是预加载的图集下的资源,你既然是不打包,表示...
来源: Laya_社区 发布时间: 20170607
...传出问题的附件demo 关键代码 LayaUISample的 function beginLoad(){ ConfigEventDispatcher.getInstance().on(ConfigEventDispatcher.CFG_PARSE_COM, this, parseCfgCom); // 解析游戏配置表数据 ConfigMgr.dataInfoComplete(); } ConfigMgr.dataInfoComplete(); 里面有许多...
来源: Laya_社区 发布时间: 20180205
...才发现 LAYA 真的太太太太好用了!!!! 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo ...
来源: Laya_社区 发布时间: 20200119