CinemachineBlendDefinition.Style Enumeration

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 nameValueDescription
Cut0Zero-length blend
EaseInOut1S-shaped curve, giving a gentle and smooth transition
EaseIn2Linear out of the outgoing shot, and easy into the incoming
EaseOut3Easy out of the outgoing shot, and linear into the incoming
HardIn4Easy out of the outgoing, and hard into the incoming
HardOut5Hard out of the outgoing, and easy into the incoming
Linear6Linear blend. Mechanical-looking.
See Also