enum MAGES::Editor::PlatformFlags¶
Overview¶
Platform flags. More…
enum PlatformFlags
{
Windows = 1<<0,
OSX = 1<<1,
Linux = 1<<2,
IOS = 1<<3,
Android = 1<<4,
VisionOS = 1<<5,
WebGL = 1<<6,
};
Detailed Documentation¶
Platform flags.
Enum Values¶
Windows
Windows.
OSX
OSX.
Linux
Linux.
IOS
iOS.
Android
Android.
VisionOS
VisionOS.
WebGL
WebGL.