Class CinemachineBlenderSettings
Asset that defines the rules for blending between Virtual Cameras.
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public sealed class CinemachineBlenderSettings : ScriptableObject
필드
| 이름 | 설명 |
|---|---|
| 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 |
메서드
| 이름 | 설명 |
|---|---|
| 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. |