docs.unity3d.com

Localization 1.5.1

Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator TableReference(string)

    Convert a table collection name into a TableReference.

    Declaration
    public static implicit operator TableReference(string tableCollectionName)
    Parameters
    Type Name Description
    string tableCollectionName

    The name of the table.

    Returns
    Type Description
    TableReference

    implicit operator TableReference(Guid)

    Convert a table collection name guid into a TableReference.

    Declaration
    public static implicit operator TableReference(Guid tableCollectionNameGuid)
    Parameters
    Type Name Description
    Guid tableCollectionNameGuid

    The table collection name guid.

    Returns
    Type Description
    TableReference

    implicit operator string(TableReference)

    Returns TableCollectionName.

    Declaration
    public static implicit operator string(TableReference tableReference)
    Parameters
    Type Name Description
    TableReference tableReference
    Returns
    Type Description
    string

    implicit operator Guid(TableReference)

    Returns TableCollectionNameGuid.

    Declaration
    public static implicit operator Guid(TableReference tableReference)
    Parameters
    Type Name Description
    TableReference tableReference
    Returns
    Type Description
    Guid
    In This Article
    • implicit operator TableReference(string)
    • implicit operator TableReference(Guid)
    • implicit operator string(TableReference)
    • implicit operator Guid(TableReference)
    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)