Blender  V2.93
Classes | Typedefs | Enumerations
#include "DNA_view3d_types.h"

Go to the source code of this file.

Classes

struct  XrSessionSettings
 

Typedefs

typedef struct XrSessionSettings XrSessionSettings
 
typedef enum eXrSessionFlag eXrSessionFlag
 
typedef enum eXRSessionBasePoseType eXRSessionBasePoseType
 

Enumerations

enum  eXrSessionFlag { XR_SESSION_USE_POSITION_TRACKING = (1 << 0) }
 
enum  eXRSessionBasePoseType { XR_BASE_POSE_SCENE_CAMERA = 0 , XR_BASE_POSE_OBJECT = 1 , XR_BASE_POSE_CUSTOM = 2 }
 

Typedef Documentation

◆ eXRSessionBasePoseType

◆ eXrSessionFlag

◆ XrSessionSettings

Enumeration Type Documentation

◆ eXRSessionBasePoseType

Enumerator
XR_BASE_POSE_SCENE_CAMERA 
XR_BASE_POSE_OBJECT 
XR_BASE_POSE_CUSTOM 

Definition at line 55 of file DNA_xr_types.h.

◆ eXrSessionFlag

Enumerator
XR_SESSION_USE_POSITION_TRACKING 

Definition at line 51 of file DNA_xr_types.h.