Class CurveEditor<T>.CurveEditorPreset
A curve preset.
Inheritance
System.Object
CurveEditor<T>.CurveEditorPreset
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
protected sealed class CurveEditorPreset : ValueType
Constructors
CurveEditorPreset()
A curve preset.
Declaration
public CurveEditorPreset()
Fields
LinearTangents
If the tangents will be linear or smooth.
Declaration
public bool LinearTangents
Field Value
|
System.Boolean
|
Points
The points of the preset.
Declaration
public List<CurveEditor<T>.CurvePresetPoint> Points
Field Value
|
System.Collections.Generic.List<CurveEditor.CurvePresetPoint<>>
|