Api Sandbox UI ControlSheetRow
class

ControlSheetRow

public class ControlSheetRow : Panel

Used by ControlSheet to display a single row of a property. This is created from a SerializedProperty and contains a label and a control for editing the property. Controls are created using BaseControl.CreateFor.

Constructors

ControlSheetRow()

Properties

Name Type Description
Property SerializedProperty

Methods

virtual Void Tick()
Assembly: Base Library Namespace: Sandbox.UI Full Name: Sandbox.UI.ControlSheetRow