Plugin
interface Plugin
Represents a runtime Motion Canvas plugin.
Properties
name
name: string
Methods
exporters
public exportersproject: Project: ExporterClass[]
Provide custom exporters for the project.
Parameters
player
Receive the player instance right after it is initialized.
Parameters
presenter
Receive the presenter instance right after it is initialized.
Parameters
project
Receive the project instance right after it is initialized.
Parameters
renderer
Receive the renderer instance right after it is initialized.
Parameters
settings
public settingssettings: ProjectSettings: voidProjectSettings
Modify the project settings before the project is initialized.
Parameters
settings: ProjectSettings
The project settings.