validateScene
此内容尚不支持你的语言。
validateScene(
scene):DocumentDiagnostic[]
Defined in: scene/validateScene.ts:41
Validate a scene and return every problem found. Errors mean the scene cannot be loaded into a world that means what the file says; warnings are loadable. Pure + total — nothing here throws, and the caller decides what a finding costs.