|
Kanda Players 0.7.0
|
Basic contract for input collectors that can be enabled, allowing for deferred input initialization. More...
Inheritance diagram for IInputCollector:Public Member Functions | |
| void | Enable () |
| Enable the input collector, prompting it to set up and enable appropriate input actions. | |
Properties | |
| bool | IsEnabled [get] |
| True if the input collector has been enabled. | |
Basic contract for input collectors that can be enabled, allowing for deferred input initialization.
| void Enable | ( | ) |
Enable the input collector, prompting it to set up and enable appropriate input actions.
Implemented in KeyboardInputCollector, MouseInputCollector, OpenXrInputCollector, and VirtualOpenXrInputCollector.
|
get |
True if the input collector has been enabled.
Implemented in KeyboardInputCollector, MouseInputCollector, OpenXrInputCollector, and VirtualOpenXrInputCollector.