Click or drag to resize
BindingOnUpdate Event
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

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public event Action<Binding> OnUpdate

Value

Type: SystemActionBinding
See Also