BindingGroup Properties |
The BindingGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bindings |
The list of Bindings contained in this group. Methods BindingGroup.Add and BindingGroup.Remove have to be used for adding or removing the Bindings
|
![]() | Enabled |
Represents if this group is enabled. If not, it will not be included in the updateloop of the InputManager. (Which means all its Bindings wont be updated too)
|
![]() | InputManager |
The InputManager this group was added to. Null if the group wasnt yet added
|