Cinemachine
![]() | CinemachineBlendDefinitionStyle Enumeration |
Supported predefined shapes for the blend curve.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax[DocumentationSortingAttribute(10.21f, DocumentationSortingAttributeLevel.UserRef)] public enum Style
Cinemachine.Style = function(); Cinemachine.Style.createEnum('Cinemachine.Style', false);
Members| Member name | Value | Description | |
|---|---|---|---|
| Cut | 0 | Zero-length blend | |
| EaseInOut | 1 | S-shaped curve, giving a gentle and smooth transition | |
| EaseIn | 2 | Linear out of the outgoing shot, and easy into the incoming | |
| EaseOut | 3 | Easy out of the outgoing shot, and linear into the incoming | |
| HardIn | 4 | Easy out of the outgoing, and hard into the incoming | |
| HardOut | 5 | Hard out of the outgoing, and easy into the incoming | |
| Linear | 6 | Linear blend. Mechanical-looking. |
See Also