大约有 1,093 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)
...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
...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
...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