BaseMixedRealityToolkitConfigurationProfileInspector Class

Definition

Base class for all Mixed Reality Toolkit specific BaseMixedRealityProfile inspectors to inherit from.

public ref class BaseMixedRealityToolkitConfigurationProfileInspector abstract : Microsoft::MixedReality::Toolkit::Editor::BaseMixedRealityProfileInspector
public abstract class BaseMixedRealityToolkitConfigurationProfileInspector : Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityProfileInspector
type BaseMixedRealityToolkitConfigurationProfileInspector = class
    inherit BaseMixedRealityProfileInspector
Public MustInherit Class BaseMixedRealityToolkitConfigurationProfileInspector
Inherits BaseMixedRealityProfileInspector
Inheritance
UnityEditor.Editor
BaseMixedRealityToolkitConfigurationProfileInspector
Derived

Constructors

BaseMixedRealityToolkitConfigurationProfileInspector()

Fields

BackProfileDescriptions

Properties

RenderAsSubProfile

Methods

Awake()
CheckEditorPlayMode()

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

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

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

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

IsProfileInActiveInstance()

Helper function to determine if the current profile is assigned to the active instance of MRTK. In some cases profile data refers to other profile data in the MRTK config profile. In these cases, we don't want to render when the active instance isn't using this profile, because it may produce an inaccurate combination of settings.

IsProfileRequired(SystemType)

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

OnEnable() (Inherited from BaseMixedRealityProfileInspector)
RenderDocumentation(Object)

Draws a documentation link for the service.

RenderMRTKLogoAndSearch()

Render the Mixed Reality Toolkit Logo and search field.

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

Helper function to render header correctly for all profiles

Applies to