Struct CharacterGroup
Data structure representing CharacterPart grouping
Inherited Members
Namespace: UnityEditor.U2D.Animation
Assembly: solution.dll
Syntax
[Serializable]
[MovedFrom("UnityEditor.U2D.Experimental.Animation")]
public struct CharacterGroup
Fields
Name | Description |
---|---|
name | Name of the CharacterGroup |
parentGroup | The parent group index it belongs to. Set to -1 if does not have a parent. |
Properties
Name | Description |
---|---|
order | The order of the group in the list |