Search Results for

    Show / Hide Table of Contents

    Struct BoolVector3

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

    Constructors

    BoolVector3(bool, bool, bool)

    Declaration
    public BoolVector3(bool x = false, bool y = false, bool z = false)
    Parameters
    Type Name Description
    bool x
    bool y
    bool z

    Fields

    x

    Declaration
    public bool x
    Field Value
    Type Description
    bool

    y

    Declaration
    public bool y
    Field Value
    Type Description
    bool

    z

    Declaration
    public bool z
    Field Value
    Type Description
    bool

    Methods

    Set(bool, bool, bool)

    Declaration
    public void Set(bool x, bool y, bool z)
    Parameters
    Type Name Description
    bool x
    bool y
    bool z
    In This Article
    Back to top Axis 1.0.0