Struct CinemachineBlenderSettings.CustomBlend
Container specifying how two specific CinemachineCameras blend together.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public struct CinemachineBlenderSettings.CustomBlend
Fields
Blend
Blend curve definition
Declaration
[Tooltip("Blend curve definition")]
[FormerlySerializedAs("m_Blend")]
public CinemachineBlendDefinition Blend
Field Value
Type | Description |
---|---|
CinemachineBlendDefinition |
From
When blending from a camera with this name
Declaration
[Tooltip("When blending from a camera with this name")]
[FormerlySerializedAs("m_From")]
public string From
Field Value
Type | Description |
---|---|
string |
To
When blending to a camera with this name
Declaration
[Tooltip("When blending to a camera with this name")]
[FormerlySerializedAs("m_To")]
public string To
Field Value
Type | Description |
---|---|
string |