docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator TableEntryReference(string)

    Converts a string name into a reference.

    Declaration
    public static implicit operator TableEntryReference(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    TableEntryReference

    implicit operator TableEntryReference(long)

    Converts a key id into a reference.

    Declaration
    public static implicit operator TableEntryReference(long keyId)
    Parameters
    Type Name Description
    long keyId
    Returns
    Type Description
    TableEntryReference

    implicit operator string(TableEntryReference)

    Returns Key.

    Declaration
    public static implicit operator string(TableEntryReference tableEntryReference)
    Parameters
    Type Name Description
    TableEntryReference tableEntryReference
    Returns
    Type Description
    string

    implicit operator long(TableEntryReference)

    Returns KeyId

    Declaration
    public static implicit operator long(TableEntryReference tableEntryReference)
    Parameters
    Type Name Description
    TableEntryReference tableEntryReference
    Returns
    Type Description
    long
    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)