AI-generated Key Takeaways
-
This documentation details the
GVRCardboardView.hfile, which is central to rendering VR graphics on iOS. -
It defines the
GVRCardboardViewclass, responsible for displaying VR content, and theGVRCardboardViewDelegateprotocol for handling view-related events. -
The file also includes the
GVRUserEventenum, likely for managing user interactions within the VR environment.
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
GVRCardboardView.h File.