Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
OVR Namespace Reference

Enumerations

enum  HandedSystem { Handed_R = 0x1 , Handed_L = 0xff }
 
enum  AxisDirection {
  Axis_Up = 0x2 , Axis_Down = 0xfe , Axis_Right = 0x1 , Axis_Left = 0xff ,
  Axis_In = 0x3 , Axis_Out = 0xfd
}
 
enum  Axis { Axis_X = 0x0 , Axis_Y = 0x1 , Axis_Z = 0x2 }
 
enum  StereoEye { StereoEye_Left = 0x0 , StereoEye_Right = 0x1 , StereoEye_Center = 0x2 }
 
enum  RotateDirection { Rotate_CCW = 0x1 , Rotate_CW = 0xff }
 

Enumeration Type Documentation

◆ Axis

enum OVR::Axis
Enumerator
Axis_X 
Axis_Y 
Axis_Z 

Definition at line 14256 of file Enums.h.

◆ AxisDirection

Enumerator
Axis_Up 
Axis_Down 
Axis_Right 
Axis_Left 
Axis_In 
Axis_Out 

Definition at line 14235 of file Enums.h.

◆ HandedSystem

Enumerator
Handed_R 
Handed_L 

Definition at line 11884 of file Enums.h.

◆ RotateDirection

Enumerator
Rotate_CCW 
Rotate_CW 

Definition at line 14341 of file Enums.h.

◆ StereoEye

Enumerator
StereoEye_Left 
StereoEye_Right 
StereoEye_Center 

Definition at line 14331 of file Enums.h.