Enumeration Class Reference

Enumeration Class Reference

#include <mainpage.h>

Class Description

Enumeration mapping. The way our C++ enumerations have been exposed in python is to use the enumerated type name as a class name, and having each of the possible enum values as a separate data member. For example, with FBTimeMode's enum named 'kFBTimeModePAL', you would instead use FBTimeMode.kFBTimeModePAL in Python.

Warning
We have exposed all the enumerated types of the Open Reality SDK from C++ to Python, even those that may not be relevant.
+ Inheritance diagram for Enumeration: