Enum CinemachineBlendDefinition.Style
Supported predefined shapes for the blend curve.
Namespace: Cinemachine
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public enum Style
Fields
| Name | Description | Value |
|---|---|---|
| Cut | Zero-length blend |
0 |
| EaseInOut | S-shaped curve, giving a gentle and smooth transition |
1 |
| EaseIn | Linear out of the outgoing shot, and easy into the incoming |
2 |
| EaseOut | Easy out of the outgoing shot, and linear into the incoming |
3 |
| HardIn | Easy out of the outgoing, and hard into the incoming |
4 |
| HardOut | Hard out of the outgoing, and easy into the incoming |
5 |
| Linear | Linear blend. Mechanical-looking. |
6 |
| Custom | Custom blend curve. |
7 |