SceneStatus
此内容尚不支持你的语言。
SceneStatus =
"loading"|"running"|"paused"|"sleeping"|"unloading"
Defined in: scene/sceneManager.ts:39
Where a loaded scene is in its lifecycle. paused still draws; sleeping
does not — see SceneManagerState.pause and sleep.