GVRCardboardView.h File

  • This documentation details the GVRCardboardView.h file, which is central to rendering VR graphics on iOS.

  • It defines the GVRCardboardView class, responsible for displaying VR content, and the GVRCardboardViewDelegate protocol for handling view-related events.

  • The file also includes the GVRUserEvent enum, likely for managing user interactions within the VR environment.

GVRCardboardView.h File Reference

GVRCardboardView.h File. More...

Classes

protocol  <GVRCardboardViewDelegate>
 Defines a delegate protocol for GVRCardboardView. More...
 
class  GVRCardboardView
 Defines a view responsible for rendering graphics in VR mode. More...
 

Functions

typedef NS_ENUM (NSInteger, GVRUserEvent)
 

Detailed Description