Interface IGroupCollection
Holds a collection of IGroup.
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Assembly: Unity.Localization.Editor.dll
Syntax
public interface IGroupCollection
Properties
Name | Description |
---|---|
GroupCount | Returns the number of groups in the collection. |
Methods
Name | Description |
---|---|
AddGroup(IGroup) | Adds the group to the collection. |
AddNewGroup() | Adds a new group to the collection and returns it. |
GetGroup(int) | Returns the group for the index. |
RemoveGroup(IGroup) | Removes the group from the collection. |