IMHOTEP Framework
|
Public Member Functions | |
bool | CommitWorkingCopy (EChaperoneConfigFile configFile) |
void | RevertWorkingCopy () |
bool | GetWorkingPlayAreaSize (ref float pSizeX, ref float pSizeZ) |
bool | GetWorkingPlayAreaRect (ref HmdQuad_t rect) |
bool | GetWorkingCollisionBoundsInfo (out HmdQuad_t[] pQuadsBuffer) |
bool | GetLiveCollisionBoundsInfo (out HmdQuad_t[] pQuadsBuffer) |
bool | GetWorkingSeatedZeroPoseToRawTrackingPose (ref HmdMatrix34_t pmatSeatedZeroPoseToRawTrackingPose) |
bool | GetWorkingStandingZeroPoseToRawTrackingPose (ref HmdMatrix34_t pmatStandingZeroPoseToRawTrackingPose) |
void | SetWorkingPlayAreaSize (float sizeX, float sizeZ) |
void | SetWorkingCollisionBoundsInfo (HmdQuad_t[] pQuadsBuffer) |
void | SetWorkingSeatedZeroPoseToRawTrackingPose (ref HmdMatrix34_t pMatSeatedZeroPoseToRawTrackingPose) |
void | SetWorkingStandingZeroPoseToRawTrackingPose (ref HmdMatrix34_t pMatStandingZeroPoseToRawTrackingPose) |
void | ReloadFromDisk (EChaperoneConfigFile configFile) |
bool | GetLiveSeatedZeroPoseToRawTrackingPose (ref HmdMatrix34_t pmatSeatedZeroPoseToRawTrackingPose) |
void | SetWorkingCollisionBoundsTagsInfo (byte[] pTagsBuffer) |
bool | GetLiveCollisionBoundsTagsInfo (out byte[] pTagsBuffer) |
bool | SetWorkingPhysicalBoundsInfo (HmdQuad_t[] pQuadsBuffer) |
bool | GetLivePhysicalBoundsInfo (out HmdQuad_t[] pQuadsBuffer) |
bool | ExportLiveToBuffer (System.Text.StringBuilder pBuffer, ref uint pnBufferLength) |
bool | ImportFromBufferToWorking (string pBuffer, uint nImportFlags) |
Definition at line 2177 of file openvr_api.cs.