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.
선언
public virtual void AddExtension(CinemachineExtension extension)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CinemachineExtension | extension | The extension to add. |