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

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

151. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 92%]

Laya.timer.loop() 报错 Cannot read property 'loop' of null import { Image } from "laya/ui/Image"; // import { List } from "laya/ui/List"; import { Laya } from "laya"; export default class test_move extends Image{ // /** @prop {name:move_img, tips:"用来移动的箭头", type:Image} */ // public ...

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

152. 实例碰撞体报错,Cannot read property 'btSphereShape' of undefined [ 92%]

实例碰撞体报错,Cannot read property 'btSphereShape' of undefined Uncaught TypeError: Cannot read property 'btSphereShape' of undefined     at new SphereColliderShape (laya.d3.js:27198)     at new GameUI (GameUI.js:30)     at Function.ClassUtils.getInstance (laya.core.js:9634)   ...

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

153. 发布微信小游戏,报错Cannot read property 'next' of undefined [ 92%]

发布微信小游戏,报错Cannot read property 'next' of undefined 播放动画,偶尔会卡死,报错,具体错误如下:   我看引擎底层有个注释,但是不知道引起的原因与解决方案:   附件 : --> 2019-02-13 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

154. Laya导入到微信开发者工具Cannot assign to read only property 'window' of object '#<Window>' [ 92%]

Laya导入到微信开发者工具Cannot assign to read only property 'window' of object '#&lt;Window&gt;' Cannot assign to read only property 'window' of object '#&lt;Window&gt;'这个问题到底怎么解决?有官方的回复了么? 我这里将ES6转ES5取消后,真机调试又不行“...

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

155. 导入缩放过带有MeshCollide时出错,Cannot read property 'setLocalScaling' of undefined [ 92%]

导入缩放过带有MeshCollide时出错,Cannot read property 'setLocalScaling' of undefined 求助,如何处理  Uncaught TypeError: Cannot read property 'setLocalScaling' of undefined     at MeshColliderShape.__proto._setScale (laya.d3.js:23983)     at PhysicsCollider.__proto._onScaleCh...

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

156. localToGlobalRect报错Uncaught TypeError: Cannot read property 'localToGlobalRect' of null [ 92%]

localToGlobalRect报错Uncaught TypeError: Cannot read property 'localToGlobalRect' of null 当我重新设置了Glist的numItems=0时,每次第一次运行,报错,但是不影响流程进行 但是没有调用配合的RenderItem组件,因为是0;     不知道为啥会如此运行? 2021-04-17 ...

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

157. laya.d3.component.Animator [ 92%]

...画片段。 Animator  curAnimationDatas : Vector.&lt;Float32Array&gt;[read-only] 获取骨骼数据。 Animator  currentFrameIndex : int[read-only] 获取当前帧数 Animator  currentFrameTime : Number[read-only] 获取当前帧时间,不包括重播时间 Animator  currentPlayClip : Ani...

来源: laya_api 发布时间: 20170929

158. Laya3D中加载粒子特效报错Cannot read property '_update' of undefined [ 92%]

Laya3D中加载粒子特效报错Cannot read property '_update' of undefined 最新版IDE+引擎+导出工具 加载后特效播放期间报错 Cannot read property '_update' of undefined   特效是从网络上下载的,在U3D内播放正常,不太懂制作的原理,是有些属性Laya不...

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

159. laya.d3.physics.shape.CapsuleColliderShape [ 92%]

...es Show Inherited Public Properties PropertyDefined By  length : Number[read-only] 获取长度。 CapsuleColliderShape localOffset : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolea...

来源: Laya2.0_api 发布时间: 20190513

160. 微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined [ 92%]

微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined 在子域中简单的添加一张图片后,微信开发工具中报错 Cannot read property 'USER_DATA_PATH' of undefined 图片的url不管是本地的还是微信头像的url都会这样 主域中这...

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