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.

objectGroup
Namespace
global
Assembly
Sandbox.Reflection
Declaration
public sealed class Sandbox.Internal.IControlSheet.Group

Constructors1

Showing 1 constructors

Properties2

Showing 2 properties

public string Sandbox.Internal.IControlSheet.Group.Name { get; set; }PUBLICGETSET

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; }PUBLICGETSET

The properties that are part of this group, usually displayed together in the inspector.

Returns:List<SerializedProperty>

On this page