API Referenceglobal
Groupclass
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.
object→Group
Constructors1
Showing 1 constructors
public Group(System.Collections.Generic.List`1<Sandbox.SerializedProperty> properties)
| Parameter | Type | Description |
|---|---|---|
| properties | List<SerializedProperty> | — |
No results match this filter.
Properties2
Showing 2 properties
public string Sandbox.Internal.IControlSheet.Group.Name { get; set; }
The name of the group, usually displayed as a title in the inspector.
Returns:
string—public System.Collections.Generic.List`1<Sandbox.SerializedProperty> Sandbox.Internal.IControlSheet.Group.Properties { get; set; }
The properties that are part of this group, usually displayed together in the inspector.
No results match this filter.