Class StringTableCollection
Inheritance
StringTableCollection
Syntax
public class StringTableCollection : LocalizationTableCollection, ISerializationCallbackReceiver
Properties
DefaultAddressablesGroupName
Declaration
protected override string DefaultAddressablesGroupName { get; }
Property Value
Overrides
DefaultGroupName
Declaration
protected override string DefaultGroupName { get; }
Property Value
Overrides
RequiredExtensionAttribute
Declaration
protected override Type RequiredExtensionAttribute { get; }
Property Value
Overrides
StringTables
A helper property which is the contents of loaded and cast to StringTable.
Declaration
public virtual ReadOnlyCollection<StringTable> StringTables { get; }
Property Value
TableType
Declaration
protected override Type TableType { get; }
Property Value
Overrides