docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor bool3

    bool3(bool, bool, bool)

    Constructs a bool3 vector from three bool values.

    Declaration
    public bool3(bool x, bool y, bool z)
    Parameters
    Type Name Description
    bool x

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

    bool y

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

    bool z

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

    bool3(bool, bool2)

    Constructs a bool3 vector from a bool value and a bool2 vector.

    Declaration
    public bool3(bool x, bool2 yz)
    Parameters
    Type Name Description
    bool x

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

    bool2 yz

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

    bool3(bool2, bool)

    Constructs a bool3 vector from a bool2 vector and a bool value.

    Declaration
    public bool3(bool2 xy, bool z)
    Parameters
    Type Name Description
    bool2 xy

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

    bool z

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

    bool3(bool3)

    Constructs a bool3 vector from a bool3 vector.

    Declaration
    public bool3(bool3 xyz)
    Parameters
    Type Name Description
    bool3 xyz

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

    bool3(bool)

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

    Declaration
    public bool3(bool v)
    Parameters
    Type Name Description
    bool v

    bool to convert to bool3

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)