InputManagerGroups Property |
A list of
BindingGroups. These will be updated each Update(), but only if they are Enabled
Namespace: Codolith.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public List<BindingGroup> Groups { get; }
Property Value
Type:
ListBindingGroupThe groups.
See Also