Api HandleMode
enum

HandleMode

public sealed enum HandleMode : Enum

Describes how the line should behave when entering/leaving a frame

Enum Values

Name Value Description
Mirrored The In and Out are user set, but are joined (mirrored)
Split The In and Out are user set and operate independently
Flat Curves are generated automatically
Linear No curves, linear interpolation from this handle to the next
Stepped No interpolation use raw values
Assembly: Sandbox.System Declaring Type: Curve Full Name: Sandbox.Curve.HandleMode