// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.MixedReality.Toolkit.Utilities { /// /// Defines the display order of the Assets > Create > Mixed Reality Toolkit > Profiles menu items. /// public enum CreateProfileMenuItemIndices { Configuration = 0, Camera, Input, Pointer, ControllerMapping, InputActions, InputActionRules, Speech, BoundaryVisualization, ControllerVisualization, SpatialAwareness, // todo: remove SpatialAwarenessMeshObserver, SpatialAwarenessSurfaceObserver, Gestures, Diagnostics, RegisteredServiceProviders, InputSimulation, HandTracking, EyeTracking, MouseInput, SceneSystem, SceneUnderstandingObserver, Assembly = 99, // This should stay at the end } }