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

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

61. 使用高度图的时候 Cannot read property 'width' of undefined [ 75%]

使用高度图的时候 Cannot read property 'width' of undefined var terrainSprite = Laya.MeshTerrainSprite3D.createFromMeshAndHeightMap(terrain.meshFilter.sharedMesh, texture, 45.58879852294922, -45.58879852294922); //报错:Cannot read property 'width' of undefinedDemo见附件。   附件 :...

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

62. laya.d3.webxr.core.ButtonGamepad_API3.0 [ 75%]

...H_ENTER EVENT_TOUCH_OUT EVENT_TOUCH_STAY Methods destroy event hasListener off offAll offAllCaller on once Constructors constructor new ButtonGamepad(handness: string, index: number): ButtonGamepad Defined in laya/d3/WebXR/core/WebXRGamepad.ts:104 类用于创建Button对象 Parameters handness: str...

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

63. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 74%]

...: laya.core.js:6194 Uncaught TypeError: Cannot read property 'visible' of null     at RenderSprite3D.__proto._childs (laya.core.js:6194)     at RenderSprite3D.__proto._transform (laya.webgl.js:6730)     at Character.__proto.render (laya.core.js:15656)     at RenderSprite3D.__proto._childs ...

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

64. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 74%]

...tializeAsync initializeSessionAsync initializeXRGL isSessionSupportedAsync off offAll offAllCaller on once resetReferenceSpace runXRRenderLoop setReferenceSpaceTypeAsync updateRenderStateAsync updateTargetFrameRate Properties baseReferenceSpace baseReferenceSpace: any Defined in laya/d3/WebXR/core/W...

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

65. 加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds [ 74%]

加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds var roleTemp = new Templet(); roleTemp.on(Event.COMPLETE, this, function(){ var roleAni = roleTemp.buildArmature(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载...

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

66. Cannot read property 'call' of undefined [ 74%]

Cannot read property 'call' of undefined 当我新建GameScene并添加到舞台时,抛出了异常,求助该怎么解决   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/la...

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

67. 加载sk文件时,报Uncaught getUint16 error - Out of bounds [ 74%]

加载sk文件时,报Uncaught getUint16 error - Out of bounds 加载spine的sk文件时,报Uncaught getUint16 error - Out of bounds,是什么原因啊 2017-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回...

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

68. Cannot read property 'call' of undefined [ 74%]

Cannot read property 'call' of undefined 当我新建GameScene并添加到舞台后,出现如下异常:   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41)...

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

69. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 73%]

...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined ide 2.4 layaair2-cmd 编译报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionOb...

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

70. 解析sk资源报错 [ 73%]

解析sk资源报错 GameDemo.max.js:21170 Uncaught RangeError: Offset is outside the bounds of the DataView   代码: package com.ppt.components.role {     import laya.ani.bone.Skeleton;     import laya.ani.bone.Templet;     import laya.events.Event;          public class CombatR...

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