Class AssetTableEntry | Localization | 0.8.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class AssetTableEntry

    Run time representation of an entry in a AssetTable.

    Inheritance
    Object
    TableEntry
    AssetTableEntry
    Inherited Members
    TableEntry.Table
    TableEntry.KeyId
    TableEntry.LocalizedValue
    TableEntry.MetadataEntries
    TableEntry.GetMetadata<TObject>()
    TableEntry.GetMetadatas<TObject>(IList<TObject>)
    TableEntry.GetMetadatas<TObject>()
    TableEntry.AddTagMetadata<TShared>()
    TableEntry.AddSharedMetadata(SharedTableEntryMetadata)
    TableEntry.AddSharedMetadata(SharedTableCollectionMetadata)
    TableEntry.AddMetadata(IMetadata)
    TableEntry.RemoveTagMetadata<TShared>()
    TableEntry.RemoveSharedMetadata(SharedTableEntryMetadata)
    TableEntry.RemoveSharedMetadata(SharedTableCollectionMetadata)
    TableEntry.RemoveMetadata(IMetadata)
    TableEntry.Contains(IMetadata)
    TableEntry.ToString()
    Namespace: UnityEngine.Localization.Tables
    Syntax
    public class AssetTableEntry : TableEntry, IMetadataCollection

    Properties

    Guid

    The asset Guid, used to load the asset by the Addressables system.

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

    IsEmpty

    Does this entry contain any data? Checks if Guid is empty.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    Boolean

    Methods

    RemoveFromTable()

    Attempts to remove the entry from the AssetTable that it belongs to. If Table is null then a warning will be produced.

    Declaration
    public void RemoveFromTable()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, August 19, 2020