Class CinemachineBlenderSettings
Asset that defines the rules for blending between Virtual Cameras.
Inherited Members
Namespace: Cinemachine
Assembly: solution.dll
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public sealed class CinemachineBlenderSettings : ScriptableObject
Fields
Name | Description |
---|---|
kBlendFromAnyCameraLabel | Internal API for the inspector editopr: a label to represent any camera |
m_CustomBlends | The array containing explicitly defined blends between two Virtual Cameras |
Methods
Name | Description |
---|---|
GetBlendForVirtualCameras(string, string, CinemachineBlendDefinition) | Attempts to find a blend definition which matches the to and from cameras as specified. If no match is found, the function returns the supplied default blend. |