Class MixedRealityBuildPreferences
Settings provider for build-specific settings, like the 3D app launcher model for Windows builds.
Implements
IPostprocessBuildWithReport
Namespace: Microsoft.MixedReality.Toolkit.Build.Editor
Assembly: cs.temp.dll.dll
Syntax
public class MixedRealityBuildPreferences : IPreprocessBuildWithReport, IPostprocessBuildWithReport
Methods
DrawAppLauncherModelField(Boolean)
Helper script for rendering an object field to set the 3D app launcher model in an editor window.
Declaration
public static void DrawAppLauncherModelField(bool showInteractivePreview = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | showInteractivePreview |
Remarks
See 3D app launcher design guidance for more information.
Implements
IPostprocessBuildWithReport