BaseMixedRealityProfileInspector Class

Definition

Base class for all BaseMixedRealityProfile Inspectors to inherit from.

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

Constructors

BaseMixedRealityProfileInspector()

Methods

IsProfileLock(BaseMixedRealityProfile)

Checks if the profile is locked

IsProfileRequired(SystemType)

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

IsProfileRequired(Type)

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

OnEnable()
RenderFoldout(Boolean, String, Action, String)

Render Bold/HelpBox style Foldout

RenderProfile(SerializedProperty, Type, Boolean, Boolean, Type)

Renders a BaseMixedRealityProfile.

RenderProfile(SerializedProperty, Type, Boolean, Boolean, Type, Boolean)

Renders a BaseMixedRealityProfile.

RenderReadOnlyProfile(SerializedProperty)

Renders a non-editable object field and an editable dropdown of a profile.

Applies to