Cinemachine
CinemachineBlenderSettings Class |
Asset that defines the rules for blending between Virtual Cameras.
Inheritance Hierarchy
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute] [DocumentationSortingAttribute(10f, DocumentationSortingAttributeLevel.UserRef)] public sealed class CinemachineBlenderSettings : ScriptableObject
Cinemachine.CinemachineBlenderSettings = function(); Type.createClass( 'Cinemachine.CinemachineBlenderSettings', UnityEngine.ScriptableObject);
The CinemachineBlenderSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CinemachineBlenderSettings |
Methods
Name | Description | |
---|---|---|
GetBlendCurveForVirtualCameras |
Attempts to find a blend curve which matches the to and from cameras as specified.
If no match is found, the function returns either the
default blend for this Blender or NULL depending on the state
of returnDefaultOnNoMatch.
|
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 |
See Also