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 | CreativeEngine |