Class CinemachineCameraOffset
An add-on module for Cinemachine Virtual Camera that adds a final offset to the camera
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[AddComponentMenu("")]
[ExecuteInEditMode]
public class CinemachineCameraOffset : CinemachineExtension
필드
이름 | 설명 |
---|---|
m_ApplyAfter | |
m_Offset | |
m_PreserveComposition |
메서드
이름 | 설명 |
---|---|
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. |