API ReferenceEditor
public class Editor.TextAreaControlWidget : Editor.ControlWidget
Constructors
Showing 1 constructors
public TextAreaControlWidget(Sandbox.SerializedProperty property)
No results match this filter.
Methods
Showing 5 methods
protected virtual void DoLayout()
protected virtual void OnMultipleDifferentValues(bool state)
Change text to pink if we're editing multiple values, and they differ
protected virtual void OnValueChanged()
protected virtual object StringToValue(string text)
protected virtual string ValueToString()
No results match this filter.
Properties
Showing 3 properties
public virtual bool Editor.TextAreaControlWidget.IsControlActive { get; set; }
public virtual bool Editor.TextAreaControlWidget.ReadOnly { get; set; }
public virtual bool Editor.TextAreaControlWidget.SupportsMultiEdit { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.TextAreaControlWidget |