s&box docs

public sealed class Sandbox.Internal.IControlSheet.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.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Properties

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.

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.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Reflection
Doc IDT:Sandbox.Internal.IControlSheet.Group

On this page