Method AddExtension
AddExtension(CinemachineExtension)
A delegate to hook into the state calculation pipeline. This will be called after each pipeline stage, to allow others to hook into the pipeline. See CinemachineCore.Stage.
Declaration
public virtual void AddExtension(CinemachineExtension extension)
Parameters
Type | Name | Description |
---|---|---|
CinemachineExtension | extension | The extension to add. |