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

    Class StringTableCollection

    Inheritance
    Object
    LocalizedTableCollection
    StringTableCollection
    Inherited Members
    LocalizedTableCollection.Tables
    LocalizedTableCollection.Extensions
    LocalizedTableCollection.TableCollectionName
    LocalizedTableCollection.TableCollectionNameReference
    LocalizedTableCollection.SharedData
    LocalizedTableCollection.SetTableCollectionName(String, Boolean)
    LocalizedTableCollection.SetPreloadTableFlag(Boolean, Boolean)
    LocalizedTableCollection.IsPreloadTableFlagSet()
    LocalizedTableCollection.AddTable(LocalizedTable, Boolean)
    LocalizedTableCollection.AddNewTable(LocaleIdentifier)
    LocalizedTableCollection.AddNewTable(LocaleIdentifier, String)
    LocalizedTableCollection.RemoveTable(LocalizedTable, Boolean)
    LocalizedTableCollection.GetTable(LocaleIdentifier)
    LocalizedTableCollection.RefreshAddressables(Boolean)
    LocalizedTableCollection.ContainsTable(LocalizedTable)
    LocalizedTableCollection.ContainsTable(LocaleIdentifier)
    LocalizedTableCollection.AddExtension(CollectionExtension)
    LocalizedTableCollection.RemoveExtension(CollectionExtension)
    LocalizedTableCollection.CanAddTable(LocalizedTable)
    LocalizedTableCollection.AddSharedTableDataToAddressables()
    LocalizedTableCollection.AddTableToAddressables(LocalizedTable, Boolean)
    LocalizedTableCollection.RemoveTableFromAddressables(LocalizedTable, Boolean)
    LocalizedTableCollection.ImportCollectionIntoProject()
    LocalizedTableCollection.RemoveCollectionFromProject()
    LocalizedTableCollection.OnBeforeSerialize()
    LocalizedTableCollection.OnAfterDeserialize()
    LocalizedTableCollection.ToString()
    Namespace: UnityEditor.Localization
    Syntax
    public class StringTableCollection : LocalizedTableCollection, ISerializationCallbackReceiver

    Properties

    DefaultTableGroupName

    Declaration
    public override string DefaultTableGroupName { get; }
    Property Value
    Type Description
    String
    Overrides
    LocalizedTableCollection.DefaultTableGroupName

    RequiredExtensionAttribute

    Declaration
    protected override Type RequiredExtensionAttribute { get; }
    Property Value
    Type Description
    Type
    Overrides
    LocalizedTableCollection.RequiredExtensionAttribute

    StringTables

    A helper property which is the contents of loaded and cast to StringTable.

    Declaration
    public virtual ReadOnlyCollection<StringTable> StringTables { get; }
    Property Value
    Type Description
    ReadOnlyCollection<StringTable>

    TableType

    Declaration
    protected override Type TableType { get; }
    Property Value
    Type Description
    Type
    Overrides
    LocalizedTableCollection.TableType
    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