Cinemachine
CinemachineExtension Methods |
The CinemachineExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
Awake | Connect to virtual camera pipeline.
Override implementations must call this base implementation | |
GetAllExtraStatesT | Ineffeicient method to get all extra state infor for all vcams.
Intended for Editor use only, not runtime!
| |
GetExtraStateT | 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. | |
OnDestroy | Disconnect from virtual camera pipeline.
Override implementations must call this base implementation | |
PostPipelineStageCallback |
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.
|
See Also