Interface ITranslationUnitCollection
Holds a collection of ITranslationUnit.
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Assembly: Unity.Localization.Editor.dll
Syntax
public interface ITranslationUnitCollection
Properties
Name | Description |
---|---|
TranslationUnitCount | The number of translation units in the collection. |
Methods
Name | Description |
---|---|
AddNewTranslationUnit() | Adds a new translation unit to the collection and returns it. |
AddTranslationUnit(ITranslationUnit) | Adds the translation unit to the collection. |
GetTranslationUnit(int) | Returns the translation unit for the selected index. |
RemoveTranslationUnit(ITranslationUnit) | Removes the translation unit from the collection. |