[LayaAir3]V3.2 | 调试结果不一致,导致无法判断结果?

const { regClass, property } = Laya; 
@regClass()
export class Main extends Laya.Script {
  testData = new Laya.Vector3(1, 1, 1);
  @property(Laya.Camera)
  camera: Laya.Camera; 
  onStart() {
    //@ts-ignore
    window.camera = this.camera;
    console.log("Game start", this.camera._up);
    console.log(
      "Game start",
      this.camera._up.x,
      this.camera._up.y,
      this.camera._up.z
    );
  }
}
已邀请:

谷主

赞同来自:

自行学习js浮点数。

Marco ⊙.⊙

赞同来自:

这里是浏览器截图

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作