type EnginePluginContext = object;
Represents the context for an engine plugin.
Defines the context provided to an engine plugin, including APIs for assets, blocks, scenes, editor, events, and variables.
- ‘engine’: The engine instance containing APIs for asset, block, scene, editor, event, and variable management.
Properties#
Property | Type |
---|---|
engine | object |
engine.asset | AssetAPI |
engine.block | BlockAPI |
engine.scene | SceneAPI |
engine.editor | EditorAPI |
engine.event | EventAPI |
engine.variable | VariableAPI |