Class ToggleBinder
The two-way IBinder binds a value to the component with
Inherited Members
Namespace: FastenUp.Runtime.Binders.Behaviours
Assembly: cs.temp.dll.dll
Syntax
public sealed class ToggleBinder : BaseBinder, IValueReceiver<bool>, IValueProvider<bool>, IBinder<bool>, IBinder
Methods
GetValue()
Gets the value from the binder.
Declaration
public bool GetValue()
Returns
Type | Description |
---|---|
Boolean | The value that was provided by the binder. |
OnDisable()
Declaration
protected override void OnDisable()
Overrides
SetValue(Boolean)
Sets the value to the binder.
Declaration
public void SetValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
Boolean | value |