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 : ValueType
Fields
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 Frame
Field Value
System.Int32
|
Value
The color gradient value.
Declaration
[CustomEditor]
[EditorOrder(1)]
[Tooltip("The color gradient value.")]
public Color Value
Field Value
Color
|