Click or drag to resize
Binding Events

The Binding type exposes the following members.

Events
  NameDescription
Public eventOnUpdate
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
Public eventStateChanged
Is triggered when the State of this Binding changes
Public eventValueChanged
Is triggered when the Value of this Binding changes
Top
See Also