Binding Events |
The Binding type exposes the following members.
Name | Description | |
---|---|---|
OnUpdate |
This will be triggered every time that Update() is called, even if the Binding isnt assigned to any input.
Can be used for input that directly controls something, even if it doesnt change its state or value
| |
StateChanged |
Is triggered when the State of this Binding changes
| |
ValueChanged |
Is triggered when the Value of this Binding changes
|