Search Results for

    Show / Hide Table of Contents

    Struct Vector2Range

    Namespace: Axis.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Vector2Range

    Constructors

    Vector2Range(float, float)

    Declaration
    public Vector2Range(float min = 0, float max = 0)
    Parameters
    Type Name Description
    float min
    float max

    Fields

    Max

    Declaration
    public float Max
    Field Value
    Type Description
    float

    Min

    Declaration
    public float Min
    Field Value
    Type Description
    float

    Methods

    Set(float, float)

    Declaration
    public void Set(float min = 0, float max = 0)
    Parameters
    Type Name Description
    float min
    float max
    In This Article
    Back to top Axis 1.0.0