Click or drag to resize
InputManagerGetBinding Method
Tries to find a Binding with the given name. If not found, this returns null. Avoid to have 2 or more Bindings with the same name, as only one of them will be found

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public Binding GetBinding(
	string name
)

Parameters

name
Type: SystemString
Name.

Return Value

Type: Binding
The binding.
See Also