Struct CinemachineVirtualCameraBase.TransitionParams
Collection of parameters that influence how this virtual camera transitions from other virtual cameras
Inherited Members
Namespace: Cinemachine
Assembly: solution.dll
Syntax
[Serializable]
public struct CinemachineVirtualCameraBase.TransitionParams
Fields
Name | Description |
---|---|
m_BlendHint | Hint for blending positions to and from this virtual camera |
m_InheritPosition | When this virtual camera goes Live, attempt to force the position to be the same as the current position of the Unity Camera |
m_OnCameraLive | This event fires when the virtual camera goes Live |