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