PlayableRuntimeConfig
此内容尚不支持你的语言。
Defined in: playableRuntime.ts:26
Properties
Section titled “Properties”app:
App
Defined in: playableRuntime.ts:27
assetPathMap?
Section titled “assetPathMap?”
optionalassetPathMap?:Record<string,string>
Defined in: playableRuntime.ts:38
Logical (source) path → embedded-asset key (@uuid:<id>), so path-style
refs (a scene’s “assets/x.esmaterial”, a material’s rewritten logical
refs) resolve to the inlined data. Applied as in-memory ALIASES onto the
assets map — every channel (fetch, image decode, audio) reads that one
map, and aliases share the data-URL strings (no payload duplication).
assets
Section titled “assets”assets:
Record<string,string>
Defined in: playableRuntime.ts:30
audioConfig?
Section titled “audioConfig?”
optionalaudioConfig?:AudioProjectConfig
Defined in: playableRuntime.ts:47
Project-declared mixer state (bus volumes / effects / duck rules).
canvas
Section titled “canvas”canvas:
HTMLCanvasElement
Defined in: playableRuntime.ts:29
firstScene
Section titled “firstScene”firstScene:
string
Defined in: playableRuntime.ts:40
manifest?
Section titled “manifest?”
optionalmanifest?:AddressableManifest|null
Defined in: playableRuntime.ts:50
module
Section titled “module”module:
ESEngineModule
Defined in: playableRuntime.ts:28
physicsConfig?
Section titled “physicsConfig?”
optionalphysicsConfig?:object
Defined in: playableRuntime.ts:41
fixedTimestep?
Section titled “fixedTimestep?”
optionalfixedTimestep?:number
gravity?
Section titled “gravity?”
optionalgravity?:Vec2
subStepCount?
Section titled “subStepCount?”
optionalsubStepCount?:number
scenes
Section titled “scenes”scenes:
object[]
Defined in: playableRuntime.ts:39
data:
SceneData
name:
string
uiTheme?
Section titled “uiTheme?”
optionaluiTheme?:"dark"|"light"
Defined in: playableRuntime.ts:43
Project-declared UI theme; ‘light’ re-skins ThemeStyle-tagged widgets at boot.
uiThemeOverrides?
Section titled “uiThemeOverrides?”
optionaluiThemeOverrides?:ThemeOverrides
Defined in: playableRuntime.ts:45
Project-declared theme token overrides (partial re-skin over the base).
ySortLayers?
Section titled “ySortLayers?”
optionalySortLayers?:number
Defined in: playableRuntime.ts:49
Bitmask of render layers (0..31) that y-sort within the layer (Project Settings → Rendering).