SupportedPlatforms Enum
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.
C++
public enum class SupportedPlatforms
[System.Flags]
public enum SupportedPlatforms
[<System.Flags>]
type SupportedPlatforms =
Public Enum SupportedPlatforms
- Inheritance
-
SupportedPlatforms
- Attributes
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 |
Produkt | Versionen |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |