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

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

1091. 精灵 · LayaAir3.4 · 引擎文档 · LAYABOX [ 31%]

...lass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Sprite }) public sprite1: Laya.Sprite; @property({ type: Laya.Sprite }) public sprite2: Laya.Sprite; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均...

来源: Laya3.0_文档 发布时间: 20251010

1092. 官方案例里摄像机绕物体旋转脚本的问题 [ 28%]

...sform: Transform3D; onStart(): void { this.transform = (this.owner as Laya.Sprite3D).transform; this.CurrentAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); this.targetAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); t...

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

1093. 载入U3D导出的粒子特效报错 [ 22%]

...5)     at Function.Utils3D._createNodeByJson (laya.d3.js:17954)     at Sprite3D.__proto.onAsynLoaded (laya.d3.js:30800)     at ResInfo.onLoaded (laya.core.js:13189)     at EventHandler.__proto.runWith (laya.core.js:726)     at ResInfo.__proto.event (laya.core.js:494)     at LoaderManager...

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