CinemachineExtension Methods

Cinemachine

CinemachineExtension Methods

The CinemachineExtension type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Connect to virtual camera pipeline. Override implementations must call this base implementation
Protected methodGetAllExtraStatesT
Ineffeicient method to get all extra state infor for all vcams. Intended for Editor use only, not runtime!
Protected methodGetExtraStateT
Because extensions can be placed on manager cams and will in that case be called for all the vcam children, vcam-specific state information should be stored here. Just define a class to hold your state info and use it exclusively when calling this.
Protected methodOnDestroy
Disconnect from virtual camera pipeline. Override implementations must call this base implementation
Protected methodPostPipelineStageCallback
This callback will be called after the virtual camera has implemented each stage in the pipeline. This method may modify the referenced state. If deltaTime less than 0, reset all state info and perform no damping.
Top
See Also