Method Apply
Apply(IValueField, DebugState, object)
Applies a value to the widget and the Debug State of the Debug Item.
Declaration
protected void Apply(DebugUI.IValueField widget, DebugState state, object value)
Parameters
Type | Name | Description |
---|---|---|
DebugUI.IValueField | widget | Debug Item widget. |
DebugState | state | Debug State associated with the Debug Item |
object | value | Input value. |