Click or drag to resize
BindingValueChangedHandler Delegate
Handler for ValueChanged event.

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public delegate void ValueChangedHandler(
	Binding sender,
	float oldValue,
	float newValue
)

Parameters

sender
Type: Codolith.InputManagerBinding
Binding that triggered the event
oldValue
Type: SystemSingle
Old Value
newValue
Type: SystemSingle
New Value
See Also