Class YVREventsManager
The manager for events
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public class YVREventsManager
Methods
Name | Description |
---|---|
Initialize() | The manager for events |
Update() | The manager for events |
Events
Name | Description |
---|---|
onFocusGained | Occurs when application focus gained |
onFocusLost | Occurs when application focus lost |
onHMDMounted | Occurs when an HMD is put on the user's head. |
onHMDUnMounted | Occurs when an HMD is taken off the user's head. |
onInputDeviceChange | The manager for events |
onRecenterOccurred | Occurs when recenter occurred |
onTrackingAcquired | Occurs when head gained tracking. |
onTrackingLost | Occurs when head lost tracking. |
onUpdate | Occurs at the update function of every frame |
onVisibilityGained | Occurs when application is visible |
onVisibilityLost | Occurs when application is completely obscured by other content |