applyRuntimeConfig
此内容尚不支持你的语言。
applyRuntimeConfig(
components):void
Defined in: defaults.ts:58
Parameters
Section titled “Parameters”components
Section titled “components”Canvas?
Section titled “Canvas?”{ _default: Record<string, unknown>; }
Canvas._default
Section titled “Canvas._default”Record<string, unknown>
{ _default: Record<string, unknown>; }
Text._default
Section titled “Text._default”Record<string, unknown>
TextInput?
Section titled “TextInput?”{ _default: Record<string, unknown>; }
TextInput._default
Section titled “TextInput._default”Record<string, unknown>
Returns
Section titled “Returns”void
core-runtime.ts
ECS runtime surface: types, components, world, app, systems, queries, events, commands, resources, input, env.
Re-exported wholesale by core.ts. External consumers should import
from esengine (the package root), not from this file directly.