docs.unity.cn
    Show / Hide Table of Contents

    Constructor bool2

    bool2(Boolean, Boolean)

    Constructs a bool2 vector from two bool values.

    Declaration
    public bool2(bool x, bool y)
    Parameters
    Type Name Description
    Boolean x

    The constructed vector's x component will be set to this value.

    Boolean y

    The constructed vector's y component will be set to this value.

    bool2(bool2)

    Constructs a bool2 vector from a bool2 vector.

    Declaration
    public bool2(bool2 xy)
    Parameters
    Type Name Description
    bool2 xy

    The constructed vector's xy components will be set to this value.

    bool2(Boolean)

    Constructs a bool2 vector from a single bool value by assigning it to every component.

    Declaration
    public bool2(bool v)
    Parameters
    Type Name Description
    Boolean v

    bool to convert to bool2

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use