Class StringTable | Localization | 0.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class StringTable

    A table that stores localized strings for a specific Locale.

    Inheritance
    Object
    LocalizedTable
    LocalizedTableT<StringTableEntry>
    StringTable
    Inherited Members
    LocalizedTableT<StringTableEntry>.Values
    LocalizedTableT<StringTableEntry>.Count
    LocalizedTableT<StringTableEntry>.IsReadOnly
    LocalizedTableT<StringTableEntry>.Item[UInt32]
    LocalizedTableT<StringTableEntry>.Item[String]
    LocalizedTableT<StringTableEntry>.CreateEmpty(TableEntryReference)
    LocalizedTableT<StringTableEntry>.AddEntry(String, String)
    LocalizedTableT<StringTableEntry>.AddEntry(UInt32, String)
    LocalizedTableT<StringTableEntry>.AddEntryFromReference(TableEntryReference, String)
    LocalizedTableT<StringTableEntry>.RemoveEntry(String)
    LocalizedTableT<StringTableEntry>.RemoveEntry(UInt32)
    LocalizedTableT<StringTableEntry>.GetEntryFromReference(TableEntryReference)
    LocalizedTableT<StringTableEntry>.GetEntry(String)
    LocalizedTableT<StringTableEntry>.GetEntry(UInt32)
    LocalizedTableT<StringTableEntry>.Add(UInt32, StringTableEntry)
    LocalizedTableT<StringTableEntry>.Add(KeyValuePair<UInt32, StringTableEntry>)
    LocalizedTableT<StringTableEntry>.ContainsKey(UInt32)
    LocalizedTableT<StringTableEntry>.ContainsValue(String)
    LocalizedTableT<StringTableEntry>.Contains(KeyValuePair<UInt32, StringTableEntry>)
    LocalizedTableT<StringTableEntry>.Remove(UInt32)
    LocalizedTableT<StringTableEntry>.Remove(KeyValuePair<UInt32, StringTableEntry>)
    LocalizedTableT<StringTableEntry>.TryGetValue(UInt32, StringTableEntry)
    LocalizedTableT<StringTableEntry>.Clear()
    LocalizedTableT<StringTableEntry>.CopyTo(KeyValuePair<UInt32, StringTableEntry>[], Int32)
    LocalizedTableT<StringTableEntry>.GetEnumerator()
    LocalizedTableT<StringTableEntry>.ToString()
    LocalizedTableT<StringTableEntry>.OnBeforeSerialize()
    LocalizedTableT<StringTableEntry>.OnAfterDeserialize()
    LocalizedTable.LocaleIdentifier
    LocalizedTable.TableCollectionName
    LocalizedTable.SharedData
    LocalizedTable.MetadataEntries
    LocalizedTable.GetMetadata<TObject>()
    LocalizedTable.GetMetadatas<TObject>(IList<TObject>)
    LocalizedTable.GetMetadatas<TObject>()
    LocalizedTable.AddMetadata(IMetadata)
    LocalizedTable.RemoveMetadata(IMetadata)
    LocalizedTable.Contains(IMetadata)
    LocalizedTable.FindKeyId(String, Boolean)
    LocalizedTable.CompareTo(LocalizedTable)
    Namespace: UnityEngine.Localization.Tables
    Syntax
    public class StringTable : LocalizedTableT<StringTableEntry>, IMetadataCollection, IComparable<LocalizedTable>, IDictionary<uint, StringTableEntry>, ICollection<KeyValuePair<uint, StringTableEntry>>, IEnumerable<KeyValuePair<uint, StringTableEntry>>, IEnumerable, ISerializationCallbackReceiver

    Methods

    CreateTableEntry()

    Creates a new, empty StringTableEntry.

    Declaration
    public override StringTableEntry CreateTableEntry()
    Returns
    Type Description
    StringTableEntry
    Overrides
    UnityEngine.Localization.Tables.LocalizedTableT<UnityEngine.Localization.Tables.StringTableEntry>.CreateTableEntry()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023