Search Results for

    Show / Hide Table of Contents

    Class CurveEditor<T>.CurvePreset

    A list of avaliable curve presets for the CurveEditor<T>.

    Inheritance
    System.Object
    CurveEditor<T>.CurvePreset
    Namespace: FlaxEditor.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class CurvePreset : Enum

    Fields

    Constant

    A curve where every point has the same value.

    Declaration
    public const CurveEditor<T>.CurvePreset Constant
    Field Value
    CurveEditor.CurvePreset<>

    EaseIn

    A curve that starts a slowly and then accelerates until the end.

    Declaration
    public const CurveEditor<T>.CurvePreset EaseIn
    Field Value
    CurveEditor.CurvePreset<>

    EaseOut

    A curve that starts a steep and then flattens until the end.

    Declaration
    public const CurveEditor<T>.CurvePreset EaseOut
    Field Value
    CurveEditor.CurvePreset<>

    Linear

    A curve linear curve.

    Declaration
    public const CurveEditor<T>.CurvePreset Linear
    Field Value
    CurveEditor.CurvePreset<>

    Smoothstep

    A combination of the EaseIn and EaseOut preset.

    Declaration
    public const CurveEditor<T>.CurvePreset Smoothstep
    Field Value
    CurveEditor.CurvePreset<>

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

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