struct Curve.HandleMode
Describes how the line should behave when entering/leaving a frame
public static Curve.HandleMode Mirrored
The In and Out are user set, but are joined (mirrored)
public static Curve.HandleMode Split
The In and Out are user set and operate independently
public static Curve.HandleMode Flat
Curves are generated automatically
public static Curve.HandleMode Linear
No curves, linear interpolation from this handle to the next
public static Curve.HandleMode Stepped
No interpolation use raw values
public bool HasFlag( Enum flag )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int value__
😔 No documentation found.