API ReferenceEditor
TextAreaControlWidgetclass
Constructors1
Showing 1 constructors
public TextAreaControlWidget(Sandbox.SerializedProperty property)
| Parameter | Type | Description |
|---|---|---|
| property | SerializedProperty | — |
No results match this filter.
Methods5
Showing 5 methods
protected virtual void DoLayout()
Returns:
void—protected virtual void OnMultipleDifferentValues(bool state)
Change text to pink if we're editing multiple values, and they differ
| Parameter | Type | Description |
|---|---|---|
| state | bool | — |
Returns:
void—protected virtual void OnValueChanged()
Returns:
void—protected virtual object StringToValue(string text)
| Parameter | Type | Description |
|---|---|---|
| text | string | — |
Returns:
object—protected virtual string ValueToString()
Returns:
string—No results match this filter.
Properties3
Showing 3 properties
public virtual bool Editor.TextAreaControlWidget.IsControlActive { get; set; }
Returns:
bool—public virtual bool Editor.TextAreaControlWidget.ReadOnly { get; set; }
Returns:
bool—public virtual bool Editor.TextAreaControlWidget.SupportsMultiEdit { get; set; }
Returns:
bool—No results match this filter.