Class GradientEditor.Stop
The gradient stop.
Inheritance
System.Object
    GradientEditor.Stop
    Namespace: FlaxEditor.GUI.Timeline.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Stop : ValueTypeFields
Frame
The gradient stop frame position (on time axis, relative to the event start).
Declaration
[EditorOrder(0)]
[Tooltip("The gradient stop frame position (on time axis, relative to the event start).")]
public int FrameField Value
| System.Int32 
 | 
Value
The color gradient value.
Declaration
[CustomEditor]
[EditorOrder(1)]
[Tooltip("The color gradient value.")]
public Color ValueField Value
| Color 
 |