Api Sandbox UI ControlSheetGroup
class

ControlSheetGroup

public class ControlSheetGroup : Panel

A group for ControlSheet, consists of a title and a body containing properties.

Constructors

ControlSheetGroup()

Properties

Name Type Description
Header ControlSheetGroupHeader
ToggleContainer Panel
Body Panel
Closed Boolean

Methods

Void SetToggle(SerializedProperty toggleGroup)

Set the control that is going to toggle this group open and closed.

virtual Void Tick()
Void SetVisibility(InspectorVisibilityAttribute[] inspectorVisibilityAttributes)

Hide this group if these attributes say so.

Assembly: Base Library Namespace: Sandbox.UI Full Name: Sandbox.UI.ControlSheetGroup