Search
Loading...
Skip to content

Type Alias: EnginePluginContext

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#

PropertyType
engineobject
engine.assetAssetAPI
engine.blockBlockAPI
engine.sceneSceneAPI
engine.editorEditorAPI
engine.eventEventAPI
engine.variableVariableAPI