SupportedPlatforms Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The supported platforms for Mixed Reality Toolkit components and features.
This enumeration supports a bitwise combination of its member values.
public enum class SupportedPlatforms
[System.Flags]
public enum SupportedPlatforms
[<System.Flags>]
type SupportedPlatforms =
Public Enum SupportedPlatforms
- Inheritance
-
SupportedPlatforms
- Attributes
Fields
Name | Value | Description |
---|---|---|
WindowsStandalone | 1 | |
MacStandalone | 2 | |
LinuxStandalone | 4 | |
WindowsUniversal | 8 | |
WindowsEditor | 16 | |
Android | 32 | |
MacEditor | 64 | |
LinuxEditor | 128 | |
IOS | 256 | |
Web | 512 | |
Lumin | 1024 |