MixedRealityInputSimulationProfileInspector Class

Definition

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

Constructors

MixedRealityInputSimulationProfileInspector()

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