Edit

Share via


MixedRealityProjectPreferences.AutoEnableUWPCapabilities Property

Definition

Should the UWP capabilities required by MRTK services be auto-enabled in Publishing Settings?

public:
 static property bool AutoEnableUWPCapabilities { bool get(); void set(bool value); };
public static bool AutoEnableUWPCapabilities { get; set; }
static member AutoEnableUWPCapabilities : bool with get, set
Public Shared Property AutoEnableUWPCapabilities As Boolean

Property Value

Remarks

Only valid for UWP Build Target projects. UWP Capabilities can be viewed under Player Settings > Publishing Settings.

Applies to