docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator int(TagIndex)

    Implicit conversion from a tag index to an integer value.

    Declaration
    public static implicit operator int(Binary.TagIndex tagIndex)
    Parameters
    Type Name Description
    Binary.TagIndex tagIndex
    Returns
    Type Description
    int

    implicit operator TagIndex(int)

    Implicit conversion from an integer value to a tag index.

    Declaration
    public static implicit operator Binary.TagIndex(int tagIndex)
    Parameters
    Type Name Description
    int tagIndex
    Returns
    Type Description
    Binary.TagIndex
    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)