LoadRuntimeSceneOptions
Defined in: runtimeLoader.ts:164
Properties
Section titled “Properties”app:
App
Defined in: runtimeLoader.ts:165
module
Section titled “module”module:
ESEngineModule|null
Defined in: runtimeLoader.ts:168
The wasm module, or null on a native host — the engine core is arm64 there, so there is no Module to reach through.
physicsConfig?
Section titled “physicsConfig?”
optionalphysicsConfig?:PhysicsPluginConfig
Defined in: runtimeLoader.ts:176
Project-declared physics world config (gravity, solver tuning, collision-layer masks, sleep/continuous toggles) — threaded from the editor’s Project Settings.
physicsEnabled?
Section titled “physicsEnabled?”
optionalphysicsEnabled?:boolean
Defined in: runtimeLoader.ts:180
Project-declared physics enable (.uproject features analog) — installs
physics even for runtime-spawned bodies the static scene doesn’t show.
OR-combined with a content scan.
physicsModule?
Section titled “physicsModule?”
optionalphysicsModule?:PhysicsWasmModule|null
Defined in: runtimeLoader.ts:173
sceneData
Section titled “sceneData”sceneData:
SceneData
Defined in: runtimeLoader.ts:169
sceneName?
Section titled “sceneName?”
optionalsceneName?:string
Defined in: runtimeLoader.ts:188
source
Section titled “source”source:
RuntimeAssetSource
Defined in: runtimeLoader.ts:170
spineManager?
Section titled “spineManager?”
optionalspineManager?:SpineManager|null
Defined in: runtimeLoader.ts:172
spineModule?
Section titled “spineModule?”
optionalspineModule?:SpineWasmModule|null
Defined in: runtimeLoader.ts:171
uiTheme?
Section titled “uiTheme?”
optionaluiTheme?:"dark"|"light"
Defined in: runtimeLoader.ts:184
Project-declared UI theme (Project Settings → UI). Dark is the default; ‘light’ switches the token set AND re-resolves already-instantiated ThemeStyle-tagged widgets (prefab instances carry dark baked values).
uiThemeOverrides?
Section titled “uiThemeOverrides?”
optionaluiThemeOverrides?:ThemeOverrides
Defined in: runtimeLoader.ts:187
Project-declared partial re-skin over the base theme (Project Settings → UI theme colors); merged via resolveThemeTokens.