cohtml.InputSystem.InputEventWrapper
A wrapper around Unity3D’s InputAction or Event based on the chosen input package.
Public Functions
| Name | |
|---|---|
| InputEventWrapper() | |
| InputEventWrapper(Event inputManagerData) Constructor taking Unity3D’s Input Manager event. |
Public Properties
| Name | |
|---|---|
| Event | Event Returns the wrapped input Event data. |
Public Functions Documentation
function InputEventWrapper
InputEventWrapper()
function InputEventWrapper
InputEventWrapper(
Event inputManagerData
)
Constructor taking Unity3D’s Input Manager event.
Parameters:
- inputManagerData Object with input event data.
Public Property Documentation
property Event
Event Event;
Returns the wrapped input Event data.