mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-23 00:38:23 -05:00
570 B
570 B
Box Group Attribute
Creates a group that wraps multiple members in a box for display.
[BoxGroup("Group1")]
public float foo;
[BoxGroup("Group1")]
public Vector3 bar;
[BoxGroup("Group1")]
public GameObject baz;
[BoxGroup("Group1/Group2")]
public float alpha;
[BoxGroup("Group1/Group2")]
public Vector3 beta;
[BoxGroup("Group1/Group2")]
public GameObject gamma;
Parameter | Description |
---|---|
GroupPath | Specifies the path of the group. Groups can be nested by separating them with / . |