Class CinemachineCameraOffset
An add-on module for Cinemachine Virtual Camera that adds a final offset to the camera
Inheritance
CinemachineCameraOffset
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[AddComponentMenu("")]
[ExecuteInEditMode]
public class CinemachineCameraOffset : CinemachineExtension
Fields
Name | Description |
---|---|
m_ApplyAfter | |
m_Offset | |
m_PreserveComposition |
Methods
Name | Description |
---|---|
PostPipelineStageCallback(CinemachineVirtualCameraBase, Stage, ref CameraState, float) | 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. |