Skip to main content

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

public playerplayer: Player: void

Receive the player instance right after it is initialized.

Parameters


presenter

public presenterpresenter: Presenter: void

Receive the presenter instance right after it is initialized.

Parameters


project

public projectproject: Project: void

Receive the project instance right after it is initialized.

Parameters


renderer

public rendererrenderer: Renderer: void

Receive the renderer instance right after it is initialized.

Parameters


settings

Modify the project settings before the project is initialized.

Parameters