class
Group
public sealed class Group A group is a collection of properties that are related to each other, and can be displayed together in the inspector, usually with a title.
Constructors
Group(List<SerializedProperty> properties) Properties
| Name | Type | Description |
|---|---|---|
Name | String | The name of the group, usually displayed as a title in the inspector. |
Properties | List<SerializedProperty> | The properties that are part of this group, usually displayed together in the inspector. |
Assembly:
Sandbox.Reflection Declaring Type: IControlSheet Full Name: Sandbox.Internal.IControlSheet.Group