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

大约有 2,738 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0102 秒)

61. "加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." [ 94%]

"加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." unity 5.6 ide:1.7.10 tool:1.6.0 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Monica - 知...

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

62. laya.utils.Tween_API3.0 [ 94%]

...oid from from(target: any, props: any, duration: number, ease?: Function | null, complete?: Handler | null, delay?: number, coverBefore?: boolean): Tween Defined in laya/utils/Tween.ts:100 从props属性,缓动到当前状态。 Parameters target: any 目标对象(即将更改属性值的对象)...

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

63. Cannot read property 'load' of null [ 94%]

LayaAir引擎 Cannot read property 'load' of null 查了断点,看到Laya.loader是null,为什么会出现为null的情况?  代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static...

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

64. Uncaught TypeError: Cannot read property 'asCom' of null [ 94%]

Uncaught TypeError: Cannot read property 'asCom' of null 这个代码是仿照 http://www.fairygui.com/laya-demo/joystick/ 这个做的,照着写了一遍, 首先是缺少 res/Joystick.fui ,按F12找了一遍,没找到有这个文件。  asCom这个位置为什么会报错?this._view ...

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

65. laya.net.Loader [ 94%]

...ng):void[static] 根据分组清理资源。 Loader  endLoad(content:* = null):void 结束加载,处理是否缓存及派发完成事件 Event.COMPLETE 。 Loader event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  getAtlas(url:String):Array[static] 获取指定资源...

来源: laya_api 发布时间: 20170929

66. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 94%]

...;             item.destroy();             item = null;             tarItem.destroy();             tarItem = null;             this.camera.removeSelf();             this.camera.destroy(true);             this.came...

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

67. 打包到头条IOS端异常: readFile callback [ 94%]

...下   在 laya.ttmini.js 里 readFile 方法里加上   if (encoding == null || encoding == "") {             encoding = null; } 估计 传 encoding  为空字符串到 MiniFileMgr.fs.readFile 里会有问题,反正我加上这句就没问题了   完整代码如下: static readFile(fil...

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

68. laya.resource.Texture [ 94%]

...Show Inherited Public Methods MethodDefined By  Texture(bitmap:Bitmap = null, uv:Array = null) 创建一个 Texture 实例。 Texture  create(source:*, x:Number, y:Number, width:Number, height:Number, offsetX:Number = 0, offsetY:Number = 0, sourceWidth:Number = 0, sourceHeight:Number = 0):Textu...

来源: laya_api 发布时间: 20170929

69. TiledMap通过名字获得MapLayer怎么都是Null [ 94%]

TiledMap通过名字获得MapLayer怎么都是Null 地图已经绘制出来,有两个层,想获得其中叫Map的层,代码如下 var layer = this.tilemap.getLayerByName('Map'); 获得的layer 对象为null 层的信息如图 附件 : --> 2018-11-20 添加评论 免费帖 --> 分享 微博 QZ...

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

70. 引擎中的修改意见 [ 94%]

...Index][frameIndex]){ return _graphicsCache[aniIndex][frameIndex]; } return null; } 2、Text:语言包的使用形同虚设: public function set text(value:String):void { if (this._text !== value) { var a:Array = (value + "").split("|"); var p:Array; if(a.length > 1){ p = a.slice(1); lang(a[0]...

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