Struct CinemachineBlendDefinition
Definition of a Camera blend. This struct holds the information necessary to generate a suitable AnimationCurve for a Cinemachine Blend.
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[Serializable]
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public struct CinemachineBlendDefinition
생성자
이름 | 설명 |
---|---|
CinemachineBlendDefinition(Style, float) | Constructor |
필드
이름 | 설명 |
---|---|
m_CustomCurve | A user-defined AnimationCurve, used only if style is Custom. Curve MUST be normalized, i.e. time range [0...1], value range [0...1]. |
m_Style | The shape of the blend curve. |
m_Time | The duration (in seconds) of the blend |
프로퍼티
이름 | 설명 |
---|---|
BlendCurve | A normalized AnimationCurve specifying the interpolation curve for this camera blend. Y-axis values must be in range [0,1] (internally clamped within Blender) and time must be in range of [0, 1]. |