GVRWidgetView.h File

  • This document provides information on the GVRWidgetView.h file, which defines a base class for widget views in Google VR for iOS.

  • GVRWidgetView encapsulates common functionality for widget views, and developers can extend it to create custom widgets.

  • A GVRHeadRotation struct is available for accessing user head tracking data.

  • Developers can implement the GVRWidgetViewDelegate protocol to handle events and interactions with widget views.

  • It also includes an enum GVRWidgetDisplayMode for managing widget display modes.

GVRWidgetView.h File Reference

GVRWidgetView.h File. More...

Classes

struct  GVRHeadRotation
 Contains yaw and pitch angles corresponding to where the user is looking. More...
 
class  GVRWidgetView
 Defines a base class for all widget views, that encapsulates common functionality. More...
 
protocol  <GVRWidgetViewDelegate>
 Defines a delegate for GVRWidgetView and its subclasses. More...
 

Functions

typedef NS_ENUM (NSInteger, GVRWidgetDisplayMode)
 

Detailed Description