TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum For in CodeX

[Flags]
enum For  

Items

None = 0

The annotated code element is never relevant.

PlatformWindows = 0x01

The annotated code element is relevant for the Windows platform.

PlatformLinux = 0x02

The annotated code element is relevant for the Linux platform.

PlatformMacintosh = 0x04

The annotated code element is relevant for the MacOS platform.

PlatformWindowsPhone = 0x08

The annotated code element is relevant for the mobile Windows platform.

PlatformAndroid = 0x10

The annotated code element is relevant for the mobile Android platform.

PlatformIOS = 0x20

The annotated code element is relevant for the mobile iOS platform.

PlatformMask = 0x3F

Bitmask for Platform* flags.

LanguageCSharp = 0x40

The annotated code element is relevant for the C# programming language.

LanguageCpp = 0x80

The annotated code element is relevant for the C++ programming language.

LanguageMask = 0xC0

Bitmask for Language* flags.

All = 0xFF

The annotated code element is always relevant.