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

大约有 4,338 项符合查询结果, 库内数据总量为 30,792 项。 (搜索耗时: 0.0062 秒)

2951. frameLoop定时器里面写的代码不生效? [ 55%]

...行界面上能显示出旋转 Laya.timer.frameLoop(1, this, rotateWheel); function rotateWheel() { //这个方法里的在界面上不显示旋转     tItem.wheelLeft.rotation +=1; } 2017-09-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

2952. 如何获取指定类的共有的变量名集合 ? [ 55%]

...? 以前用AS开发Flash的时候使用的是以下方法: public static function getPublicVarNameList($class:Class):Vector.<String> {      var vt:Vector.<String> = new Vector.<String>();       var classXml:XML=describeType($class);      var variableXmlList:* = classX...

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

2953. 3d模型动画播放一次后的回调么用回调。 [ 55%]

..., 0, param.start, param.end); skinAni.player.on(Laya.Event.COMPLETE, null, function(){      console.log("COMPLETE"); }); 2017-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: ...

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

2954. 龙骨Laya.Skeleton在没有赋值前调用destroy方法会报错 [ 55%]

...lay() runtime运行报错! 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2022-02-19 17:41 浏览: 6353 关注: 3 人

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

2955. layabox与java交互 [ 55%]

...); var sData={type:"test"}; window.conchMarket.login(JSON.stringify(sData),function(data){ console.log(data); // TODO 数据处理. });   调用conchMarket出错 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

2956. laya.utils.Log_API3.0 [ 55%]

...ToBottom maxCount clear enable print toggle Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2957. 单机版打包移动端弹框报错! [ 55%]

...摇报错,就解决方案 导微信小程序报错window.focus is not a function 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 微信小游戏编译报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play()...

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

2958. 构建studio工程打包后运行app报错 [ 55%]

...: 这是你的项目js运行有报错!你查一下提示的f不是一个function是否存在问题! 2018-05-09 0 0 分享 微博 QZONE 微信 alla_zl 赞同来自: 你的studio是哪个版本啊,为啥我在studio中的build中没有打包apk的选项啊 2018-05-09 0 1 分享 微博 QZONE 微...

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

2959. mac版2.1.1.1 LayaAirIDE建空白工程编译报错 [ 55%]

...报错 window is not defined 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-08-26 16:18 浏览: 761 关注: 1 人

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

2960. 类似于list下的按钮监听 !如何去做。 [ 55%]

...置name ,然后通过 Sprite.on(Event.CLICK,this,yfqian_GameUi); public function yfqian_GameUi(e:Event):void{ trace("Sprite:",e.target.name) }

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