Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat