Search Results for

    Show / Hide Table of Contents

    Class CurveEditor<T>.CurvePresetPoint

    Represents a single point in a CurveEditor<T>.CurveEditorPreset.

    Inheritance
    System.Object
    CurveEditor<T>.CurvePresetPoint
    Namespace: FlaxEditor.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    protected sealed class CurvePresetPoint : ValueType

    Fields

    TangentIn

    The in tangent. Will be ignored in LinearCurveEditor<T>

    Declaration
    public float TangentIn
    Field Value
    System.Single

    TangentOut

    The out tangent. Will be ignored in LinearCurveEditor<T>

    Declaration
    public float TangentOut
    Field Value
    System.Single

    Time

    The time.

    Declaration
    public float Time
    Field Value
    System.Single

    Value

    The value.

    Declaration
    public float Value
    Field Value
    System.Single

    Extension Methods

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