Class CurveEditor<T>.CurvePreset
A list of avaliable curve presets for the CurveEditor<T>.
Inheritance
System.Object
CurveEditor<T>.CurvePreset
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class CurvePreset : Enum
Fields
Constant
A curve where every point has the same value.
Declaration
public const CurveEditor<T>.CurvePreset Constant
Field Value
|
CurveEditor.CurvePreset<>
|
EaseIn
A curve that starts a slowly and then accelerates until the end.
Declaration
public const CurveEditor<T>.CurvePreset EaseIn
Field Value
|
CurveEditor.CurvePreset<>
|
EaseOut
A curve that starts a steep and then flattens until the end.
Declaration
public const CurveEditor<T>.CurvePreset EaseOut
Field Value
|
CurveEditor.CurvePreset<>
|
Linear
A curve linear curve.
Declaration
public const CurveEditor<T>.CurvePreset Linear
Field Value
|
CurveEditor.CurvePreset<>
|
Smoothstep
Declaration
public const CurveEditor<T>.CurvePreset Smoothstep
Field Value
|
CurveEditor.CurvePreset<>
|
value__
Declaration
public int value__
Field Value
|
System.Int32
|