大约有 4,217 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0106 秒)
...找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 3d的编辑器功能还不完善,有不支持的操作就会卡死。 2018-10-27 0 0 分享 微博 QZONE 微信 Ai文广 赞同来自: 上传附件,选择图片后,浏览器卡死?????...
来源: Laya_社区 发布时间: 20181026
HIERARCHY_LOADED函数不回调 this.sceneP = Laya.stage.addChild(Laya.Scene.load(name)) as Laya.Sprite3D; //this.sceneP.transform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3...
来源: Laya_社区 发布时间: 20180327
...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 laya一只鸡 赞同来自: 不知道是不是我自己改了发布文件,删除IDE 重新解压了就OK 了。 结贴 2019-01-18 0 1 分享 微博 QZONE 微信 laya一只鸡 赞同来自: 发布了没有任何反应,找...
来源: Laya_社区 发布时间: 20190117
...找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自: 子域不能加载 2018-09-14 0 1 分享 微博 QZONE 微信 赞同来自: 请提供demo 2018-09-13 0 1 分享 微博 QZONE 微信 毫一 赞同来自: 测试的包如下,麻烦看一下是什么...
来源: Laya_社区 发布时间: 20180913
...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateCondition Class AnimatorStateCondition Hierarchy AnimatorStateCondition AnimatorStateNumberCondition AnimatorStateBoolCondition AnimatorStateTriggerCondition Ind...
来源: Laya3.0_api 发布时间: 20231102
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 预览效果只有在js代码情况下,你切换才会改变,其他的不会,你应该是切换到其他代码模式了,你可以再去确认下。 2017-11-15 0 1 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20171115
...oadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, this.onPreloaded)); }; LoadResource.prototype.onPreloaded = function () { thi...
来源: Laya_社区 发布时间: 20200924
释放资源报错 释放unity导入的骨骼动画模型时报错 laya.d3.js:41972 Uncaught TypeError: Cannot read property 'off' of null at SkinnedMeshRenderer.__proto._destroy (laya.d3.js:41972) at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:34884) at SkinnedMeshSprite3D.__...
来源: Laya_社区 发布时间: 20191015
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/FloatKeyframe" FloatKeyframe Class FloatKeyframe FloatKeyFrame 类用于创建浮点关键帧实例。 Hierarchy Keyframe F...
来源: Laya3.0_api 发布时间: 20231115
Laya整合echarts示例(TypeScript) 下图是运行效果 以下是新建项目,修改后的onLoaded函数。 function onLoaded(): void { //laya相关代码 var div:any = Laya.Browser.document.createElement("div"); div.style.width = "600px"; div.style.height = "400px"; Laya.Browser.documen...
来源: Laya_社区 发布时间: 20180707