docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator bool2x3(bool)

    Implicitly converts a single bool value to a bool2x3 matrix by assigning it to every component.

    Declaration
    public static implicit operator bool2x3(bool v)
    Parameters
    Type Name Description
    bool v

    bool to convert to bool2x3

    Returns
    Type Description
    bool2x3

    Converted value.

    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)