Api Sandbox UI BaseControl
class

BaseControl

public class BaseControl : Panel

Constructors

BaseControl()

Properties

Name Type Description
Property SerializedProperty
SupportsMultiEdit virtual Boolean

Methods

virtual Void Rebuild()

Called whenever SerializedProperty changes to another property and we think we probably need to rebuild

virtual Void Tick()
static BaseControl CreateFor(SerializedProperty property)

Create a BaseControl for a given SerializedProperty. We'll look at BaseControls with [CustomEditor] attributes and see if any of them can handle this property.

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