Class StringTableCollection
Provides methods for managing multiple String
Implements
Inherited Members
Namespace: UnityEditor .Localization
Assembly: Unity.Localization.Editor.dll
Syntax
public class StringTableCollection : LocalizationTableCollection, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Default |
The default value to use for Group. |
Required |
The required attribute for an extension to be added to this collection through the Editor. |
String |
A helper property which is the contents of Tables loaded and cast to String |
Table |
The type of table stored in the collection. |
Methods
Name | Description |
---|---|
Clear |
Removes all the entries from Shared |
Generate |
Returns a string that contains all the unique characters that are used for all localized values in the tables that belong to the supplied Locale |
Get |
Returns an enumerator that can be used to step through each key and its localized values, such as in a foreach loop.
Internally Shared |
Get |
Returns an enumerator that can be used to step through each key and its localized values, such as in a foreach loop.
Internally Shared |
Get |
Returns an enumerator that can be used to step through each key and its localized values, such as in a foreach loop.
This version does not sort the items by the Key Id but instead returns them in the order of the Entries.
If the order of the rows is not important then using Get |
Remove |
Removes the entry from the Shared |