Interface IGroup
Provides a way to organize units into a structured hierarchy.
Inherited Members
Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
Syntax
public interface IGroup : IGroupCollection, INoteCollection, ITranslationUnitCollection
Properties
Id
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |