Api Sandbox UI ControlSheet
class

ControlSheet

public class ControlSheet : Panel

A controlsheet is a panel that you can populate with a SerializedObject's properties.

Constructors

ControlSheet()

Properties

Name Type Description
Target Object The object we're trying to display properties for.
PropertyFilter Func<SerializedProperty, Boolean> Filter any properties that are added to this

Methods

Void Rebuild()

Rebuild these controls. This will delete the current body panel and recreate it, then add all properties from the target object.

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