GvrPointerEventData
This script extends the Unity PointerEventData struct with GoogleVR-specific data.
Summary
Inheritance
Inherits from: PointerEventData| Constructors and Destructors | |
|---|---|
| GvrPointerEventData(EventSystem eventSystem)Initializes a new instance of the GvrPointerEventData class.  | 
| Public attributes | |
|---|---|
| gvrButtonsDown | GvrControllerButtonThe mask of buttons that are currently down. | 
Public attributes
gvrButtonsDown
GvrControllerButton gvrButtonsDown
The mask of buttons that are currently down.
Public functions
GvrPointerEventData
GvrPointerEventData( EventSystem eventSystem )
Initializes a new instance of the GvrPointerEventData class.
| Details | |||
|---|---|---|---|
| Parameters | 
 |