このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはユーザ登録のうえhttps://developer.oculusvr.com/?action=docを参照して下さい。
This document is unofficially translated by users. Please refer to the original document here as a registered user: https://developer.oculusvr.com/?action=doc.
Copyright © 2013 Oculus VR, Inc. All Rights Reserved.
OVR::HMDDevice クラス リファレンスabstract
Represents an Oculus HMD device unit. More...
The documentation for this class was generated from the following file:
#include <OVR_Device.h>
Inheritance diagram for OVR::HMDDevice:
Detailed Description
Represents an Oculus HMD device unit.
An instance of this class is typically created from the DeviceManager. After HMD device is created, we its sensor data can be obtained by first creating a Sensor object and then. TBD:
An instance of this class is typically created from the DeviceManager. After HMD device is created, we its sensor data can be obtained by first creating a Sensor object and then. TBD:
- Configure Sensor
- APIs to set On-Screen message, other states?
Public Types | |
enum | |
Static constant for this device type, used in template cast type checks. | |
Public Types inherited from OVR::DeviceBase | |
Enumerating DeviceBase enumerates all devices. |
Public Member Functions | |
HMDDevice () | |
Default constructor. | |
virtual DeviceType | GetType () const |
Gets the type. More... | |
virtual SensorDevice * | GetSensor ()=0 |
Creates a sensor associated with this HMD. More... | |
Public Member Functions inherited from OVR::DeviceBase |
Member Function Documentation
| pure virtual |
Creates a sensor associated with this HMD.
- Returns
- null if it fails, else the sensor device.
| inlinevirtual |
The documentation for this class was generated from the following file:
0 件のコメント:
コメントを投稿