docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator int(MarkerIndex)

    Implicit conversion from a marker index to an integer value.

    Declaration
    public static implicit operator int(Binary.MarkerIndex markerIndex)
    Parameters
    Type Name Description
    Binary.MarkerIndex markerIndex
    Returns
    Type Description
    int

    implicit operator MarkerIndex(int)

    Implicit conversion from an integer value to a marker index.

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