Method SetControlValueNormalized
SetControlValueNormalized(Control, Single)
Override a Control by giving it a user-defined value this frame.
Declaration
public static void SetControlValueNormalized(Control control, float value)
Parameters
| Type | Name | Description |
|---|---|---|
| Control | control | The Control to check. |
| System.Single | value | the value to set the control to. |