BindingGroup Class |
Namespace: Codolith.InputManager
public class BindingGroup
The BindingGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | BindingGroup |
Initializes a new instance of the BindingGroup class.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a Binding to this group and sets its BindingGroup
|
![]() | Remove |
Removes a Binding from this group and sets its BindingGroup to null
|
![]() | Update |
Loops through every Binding in Bindings and calls its Update method if the Binding is enabled
|
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
|