大约有 2,740 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0059 秒)
Laya_社区(1925) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 分享:使用 Chart.js 创建图标 问题状态 最新活动: 2021-01-18 12:03 浏览: 187 关注: 1 人
来源: Laya_社区 发布时间: 20210118
... 1.1.3 Number:默认NaN;8字节,64位浮点值; 1.2 String:默认null;有由一串字符组成,这里的字符是unicode字符; 1.3 Boolean:默认false;可使用非Boolean值的表达式作为判断条件,会自动使用默认值或者进行类型转换; 2018-04-10 0 0 分享...
来源: Laya_社区 发布时间: 20180409
...心跳变成一分钟一次了 Laya.timer.frameLoop(1, this, this.run, null); private last:number = 0; private run() { let now = Date.now(); console.log("fightmng run >> " + now, " usetime:"+(now-this.last)); this.last = now; } 代...
来源: Laya_社区 发布时间: 20220302
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2019-12-12 19:45 浏览: 914 关注: 2 人 杨永辉 • 2019-12-11 15:19 其实这个问题昨天还没有。然后升级最新的28版本也不会有问题,但是28版本解...
来源: Laya_社区 发布时间: 20191209
...ipt3D { constructor(){ super(); //用于表现的方法 this.showMsgFunc = null; } //对应unity添加的AnimationEvent的动画事件函数,名字是可以对应上的 ShowMsg() { console.log("ShowMsg"); this.showMsgFunc && this.showMsgFunc(); } } ``` 在加载好场景之后,我们将我们创...
来源: Laya2.0_文档 发布时间: 20210715
...ya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Handler.create(null, function () { changeActionButton = Laya.stage.addChild(new Laya.Button("../../res/threeDimen/ui/button.png", "切换动作")); changeActionButton.size(160, 40); changeActionButton.labelBold = true; changeActionButton.la...
来源: Laya_示例 发布时间: 20251219
...错 laya.d3.js:21857 Uncaught TypeError: Cannot read property 'length' of null at Animator.__proto._getAvatarOwnersByClip (laya.d3.js:21857) at Animator.__proto._getAvatarOwnersByClipAsync (laya.d3.js:21944) at Animator.__proto.addClip (laya.d3.js:22458) at Sprite3D.__proto._parseCustomComponent (la...
来源: Laya_社区 发布时间: 20180103
...Sprite3DToAvatarNode时会执行animator._cacheNodesToSpriteMap[nodeIndex]=null导致 测试工程已经上传,麻烦再帮看一下 附件 : --> test.zip 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20180309
...rror must support webGl Error processing "launch": Error: 找不到文件: null 请设置文件配置文件属性runtimeExecutable 1.0版本的运行器跑不了3D吗?报 Laya3D init error... 问题状态 最新活动: 2019-10-11 14:44 浏览: 1030 关注: 2 人 1569295620用户 • 2019-10-11 20:...
来源: Laya_社区 发布时间: 20191010
...过var值定义的访问Animation类型的变量时,内部的_frames是null,所以导致动画播放不成功。但UI在导出时,会生成一个和动效名称相同的FrameAnimation类型的变量。通过这个实例,可以正常播放动画。我不确实是否通过动效名称调用pla...
来源: Laya_社区 发布时间: 20180526