Kanda Players 0.7.0
Loading...
Searching...
No Matches
IInputCollector Interface Reference

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.
 

Detailed Description

Basic contract for input collectors that can be enabled, allowing for deferred input initialization.

Member Function Documentation

◆ Enable()

void Enable ( )

Enable the input collector, prompting it to set up and enable appropriate input actions.

Implemented in KeyboardInputCollector, MouseInputCollector, OpenXrInputCollector, and VirtualOpenXrInputCollector.

Property Documentation

◆ IsEnabled

bool IsEnabled
get

True if the input collector has been enabled.

Implemented in KeyboardInputCollector, MouseInputCollector, OpenXrInputCollector, and VirtualOpenXrInputCollector.


The documentation for this interface was generated from the following file: