Enum CinemachineBlendDefinition.Style
Supported predefined shapes for the blend curve.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public enum CinemachineBlendDefinition.Style
필드
| 이름 | 설명 |
|---|---|
| Custom | Custom blend curve. |
| Cut | Zero-length blend |
| EaseIn | Linear out of the outgoing shot, and easy into the incoming |
| EaseInOut | S-shaped curve, giving a gentle and smooth transition |
| EaseOut | Easy out of the outgoing shot, and linear into the incoming |
| HardIn | Easy out of the outgoing, and hard into the incoming |
| HardOut | Hard out of the outgoing, and easy into the incoming |
| Linear | Linear blend. Mechanical-looking. |