Click or drag to resize
InputManagerGroups Property
A list of BindingGroups. These will be updated each Update(), but only if they are Enabled

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public List<BindingGroup> Groups { get; }

Property Value

Type: ListBindingGroup
The groups.
See Also