Edit

Bagikan melalui


SupportedPlatforms Enum

Definition

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

Applies to