Namespace Microsoft.MixedReality.Toolkit.Editor
Classes
BaseMixedRealityProfileInspector
Base class for all Base
BaseMixedRealityServiceInspector
BaseMixedRealityToolkitConfigurationProfileInspector
Base class for all Mixed Reality Toolkit specific Base
BoundingBoxInspector
ClippingBoxEditor
ClippingPlaneEditor
ClippingSphereEditor
ControllerPopupWindow
EnumFlagsAttributeDrawer
Renders enum flags on fields with the attribute. From https://answers.unity.com/questions/486694/default-editor-enum-as-flags-.html
ExperimentalDrawer
Draws a customer decorator drawer that displays a help box with rich text tagging implementation as experimental.
ExtensionServiceCreator
Class used to generate service scripts and profile instances
ExtensionServiceWizard
FocusProviderInspector
HandJointServiceInspector
HelpDrawer
Custom property drawer to show an optionally collapsible foldout help section in the Inspector
HoverLightInspector
ManipulationHandlerInspector
MixedRealityCameraProfileInspector
MixedRealityOptimizeWindow
Build window - Utility for developers to automate optimization of their Unity scene/project
MixedRealityPosePropertyDrawer
MixedRealityPreferences
MixedRealityProfileCloneWindow
MixedRealityRegisteredServiceProviderProfileInspector
MixedRealitySceneSystemProfileInspector
MixedRealityShaderGUI
A custom base shader inspector for Mixed Reality Toolkit shaders.
MixedRealityShaderGUI.BaseStyles
MixedRealitySpeechCommandsProfileInspector
MixedRealityStandardShaderGUI
A custom shader inspector for the "Mixed Reality Toolkit/Standard" shader.
MixedRealityStandardShaderGUI.Styles
MixedRealityTextMeshProShaderGUI
A custom TMP_SDFShaderGUI inspector for the "Mixed Reality Toolkit/TextMeshPro" shader. Adds the ability to change the depth write mode, and a warning about depth write when depth buffer sharing is enabled.
MixedRealityToolkitConfigurationProfileInspector
MixedRealityToolkitInspector
MixedRealityToolkitShaderGUIUtilities
A collection of shared functionality for MRTK shader GUIs.
MixedRealityToolkitShaderGUIUtilities.Styles
GUI content styles which are common among shader GUIs.
MixedRealityWireframeShaderGUI
A custom shader inspector for the "Mixed Reality Toolkit/Wireframe" shader.
MixedRealityWireframeShaderGUI.Styles
PinchSliderInspector
PrefabPropertyDrawer
Custom property drawer for Prefab
PressableButtonInspector
ProximityLightInspector
SceneInfoDrawer
Draws the scene info struct and populates its hidden fields.
ScenePickPropertyDrawer
Creates a custom picker based on the list of scene in the build settings.
SceneSystemInspector
ScriptableObjectExtensions
Extensions for ScriptableObjects
SelectRepairedTypeWindow
SpatialAwarenessSystemInspector
SystemTypeReferencePropertyDrawer
Custom property drawer for System
TagPropertyDrawer
Draws a Unity Tag selector in the Inspector.
TeleportSystemInspector
Text3DShaderGUI
A custom shader inspector for the "Mixed Reality Toolkit/TextShader3D".
Text3DShaderGUI.Styles
TextureCombinerWindow
Vector3RangePropertyDrawer
Custom property drawer for Vector3Range
Interfaces
IMixedRealityServiceInspector
Used to populate service facades with content. To use, create a class that implements this interface and mark it with the MixedRealityServiceInspector attribute.
Enums
BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType
Internal enum used for back navigation along profile hierarchy. Indicates what type of parent profile the current profile will return to for going back
ExtensionServiceCreator.CreateResult
Result of create operation
ExtensionServiceCreator.CreationStage
The current stage of the creation process