docs.unity3d.com
    目次を表示する/隠す

    Struct TableReference

    It is possible to reference a table via either the table collection name of the table collection name guid. The TableReference provides a flexible way to reference via either of these methods and also includes editor functionality.

    Namespace: UnityEngine.Localization.Tables
    Syntax
    [Serializable]
    public struct TableReference : ISerializationCallbackReceiver, IEquatable<TableReference>

    Properties

    ReferenceType

    The type of reference.

    Declaration
    public TableReference.Type ReferenceType { readonly get; }
    Property Value
    Type Description
    TableReference.Type

    TableCollectionName

    The table collection name when ReferenceType is Name. If the ReferenceType is not Name then an attempt will be made to extract the Table Collection Name, for debugging purposes, through the AssetDatabase(in Editor) or by checking the LocalizationSettings to see if the UnityEngine.Localization.Tables.TableReference.SharedTableData has been loaded by the LocalizedStringDatabase or LocalizedAssetDatabase, if the name can not be resolved then null will be returned.

    Declaration
    public string TableCollectionName { get; }
    Property Value
    Type Description
    String

    TableCollectionNameGuid

    The table collection name guid when ReferenceType is Guid.

    Declaration
    public Guid TableCollectionNameGuid { readonly get; }
    Property Value
    Type Description
    Guid

    Methods

    Equals(Object)

    Compare the TableReference to another TableReference.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(TableReference)

    Compare 2 TableReferences.

    Declaration
    public bool Equals(TableReference other)
    Parameters
    Type Name Description
    TableReference other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Returns the hash code of TableCollectionNameGuid or TableCollectionName.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Implicit(Guid to TableReference)

    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(String to TableReference)

    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(TableReference to Guid)

    Returns TableCollectionNameGuid.

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

    Implicit(TableReference to String)

    Returns TableCollectionName.

    Declaration
    public static implicit operator string (TableReference tableReference)
    Parameters
    Type Name Description
    TableReference tableReference
    Returns
    Type Description
    String
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)