Interface IGroup
Provides a way to organize units into a structured hierarchy.
Inherited Members
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Assembly: Unity.Localization.Editor.dll
Syntax
public interface IGroup : IGroupCollection, INoteCollection, ITranslationUnitCollection
Properties
| Name | Description |
|---|---|
| Id | The unique Id of the group. By default this is mapped to the TableCollectionNameGuid. |
| Name | The unique name of the group. By default this is mapped to the TableCollectionName. |