SpatialObjectMeshObserverProfileInspector Class

Definition

public ref class SpatialObjectMeshObserverProfileInspector : Microsoft::MixedReality::Toolkit::Editor::BaseMixedRealityToolkitConfigurationProfileInspector
[UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.SpatialObjectMeshObserver.SpatialObjectMeshObserverProfile))]
public class SpatialObjectMeshObserverProfileInspector : Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityToolkitConfigurationProfileInspector
[<UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.SpatialObjectMeshObserver.SpatialObjectMeshObserverProfile))>]
type SpatialObjectMeshObserverProfileInspector = class
    inherit BaseMixedRealityToolkitConfigurationProfileInspector
Public Class SpatialObjectMeshObserverProfileInspector
Inherits BaseMixedRealityToolkitConfigurationProfileInspector
Inheritance
UnityEditor.Editor
SpatialObjectMeshObserverProfileInspector
Attributes
UnityEditor.CustomEditorAttribute

Constructors

SpatialObjectMeshObserverProfileInspector()

Fields

BackProfileDescriptions (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)

Properties

RenderAsSubProfile (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)

Methods

Awake() (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
CheckEditorPlayMode()

If application is playing, then show warning to the user and disable inspector GUI

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
CheckMixedRealityInputActions()

Check if various input settings are set correctly to read the input actions for the active MRTK instance. If any failures, show appropriate error message

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
DrawBacktrackProfileButton(BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType) (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
DrawBacktrackProfileButton(String, Object)

Renders a button that will take user back to a specified profile object

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
IsProfileInActiveInstance()
IsProfileRequired(SystemType)

Inspect the attributes of the provided system type to determine if a configuration profile is required.

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
OnEnable()
OnInspectorGUI()
RenderDocumentation(Object)

Draws a documentation link for the service.

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
RenderMRTKLogoAndSearch()

Render the Mixed Reality Toolkit Logo and search field.

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
RenderProfileHeader(String, String, Object, Boolean, BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType)

Helper function to render header correctly for all profiles

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)

Applies to