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

大约有 9,311 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0109 秒)

8821. laya.resource.TextResource_API3.0 [ 48%]

...ited from Resource.obsolute Defined in laya/resource/Resource.ts:147 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略这个缓存而去重新加载。。 Returns boolean Inherited from Resource.obsolute Defined in laya...

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

8822. laya app构建之后 在andriod stuido运行代码报错 [ 48%]

...项目的截图界面,只能看出你构建的项目是单机版本已经设置了项目的发布类型和native使用的版本,已经包名相关的信息。其他的报错信息并没有给出来,要不你就提供一个报错的构建工程,要不就提交一个laya工程,我们构建...

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

8823. 3Ddemo加载Unity导出场景报错resou._removeReference is not a function [ 48%]

...式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式页面类,可以直接使用页面定义的属性(通过IDE内var属性定义),比如this.tipLbll,this.scoreLbl,具有代码...

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

8824. UI组件里面 怎么添加echarts统计图 [ 48%]

...的真实物理像素宽高怎么获取 xxx.width获取到的都是UI页面设置的东西 这个宽度高度我是实在没找到

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

8825. 重写X Y在android studio里运行会变成00 [ 48%]

...这个对象 将对象addChild到TestUI里 this.addChild(xSprite); 4 然后设置xSprite.x = 100; xSprite.y = 200; 5 然后再XSprite这个类里将XY复写比如 public set x(val: number) { this._x = val; } public get x(): number { return this._x; } public set y(val: number) { this._y = val; } publ...

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

8826. Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format [ 48%]

...改shader为BlinnPhong此时LayaBlinnPhongGUI.cs会报空引用错误-->设置导出路径后执行导出“预设”的操作。 结果:没有正确导出模型 其他实验1:使用其他模型的material可以正确导出 其他实验2:使用其他机器可以​正确导出原模型   ...

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

8827. Cannot read property '_physicsUpdateList' of null 错误 [ 48%]

...同来自: 刚才我听群里的一个大佬说,可以试下,     先设置物体的active为false,再使用Laya.timer.once调用destroy方法,因为有些组件还在onupdate中,不可以立刻删除 图集的话,可以试下     使用loader.clearRes()来清除缓存。     201...

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

8828. laya.d3.component.animation.SkinAnimations [ 48%]

...plet : AnimationTemplet[override] SkinAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _player : AnimationPlayer动画播放器。KeyframeAnimationsPublic Method...

来源: laya_api 发布时间: 20170929

8829. 最新版本IDE,如何获取http返回的json数据 [ 48%]

...录按钮')  var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.once(Event.PROGRESS,this,processHandler);  var sendData = {account:"aaa",password:"bbb"} xhr.send("http://xxx/...

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

8830. LAYA3D,如何关闭ALPHA预乘 premultiply alpha [ 48%]

...PNG贴图,自动预乘了ALPHA,且没法关闭,配置参数和手动设置都无效 2018-04-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 InJoins 赞同来自: 经过仔细观察,只有在ALPAH接近0...

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