Search Results for

    Show / Hide Table of Contents

    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<>>

    Extension Methods

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