mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityToolkitConfigurationProfileInspector

    Inheritance
    Object
    BaseMixedRealityProfileInspector
    BaseMixedRealityToolkitConfigurationProfileInspector
    MixedRealityToolkitConfigurationProfileInspector
    Implements
    UnityEditor.Editor
    Inherited Members
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderAsSubProfile
    BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileDescriptions
    BaseMixedRealityToolkitConfigurationProfileInspector.Awake()
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderMRTKLogoAndSearch()
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderDocumentation(Object)
    BaseMixedRealityToolkitConfigurationProfileInspector.DrawBacktrackProfileButton(BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType)
    BaseMixedRealityToolkitConfigurationProfileInspector.DrawBacktrackProfileButton(String, UnityEngine.Object)
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderProfileHeader(String, String, Object, Boolean, BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType)
    BaseMixedRealityToolkitConfigurationProfileInspector.CheckEditorPlayMode()
    BaseMixedRealityToolkitConfigurationProfileInspector.CheckMixedRealityInputActions()
    BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileRequired(SystemType)
    BaseMixedRealityProfileInspector.RenderReadOnlyProfile(SerializedProperty)
    BaseMixedRealityProfileInspector.RenderProfile(SerializedProperty, Type, Boolean, Boolean, Type)
    BaseMixedRealityProfileInspector.RenderFoldout(Boolean, String, Action, String)
    BaseMixedRealityProfileInspector.IsProfileLock(BaseMixedRealityProfile)
    Namespace: Microsoft.MixedReality.Toolkit.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityToolkitConfigurationProfileInspector : BaseMixedRealityToolkitConfigurationProfileInspector, UnityEditor.Editor

    Methods

    CheckSystemConfiguration(String, Boolean, SystemType, Boolean)

    Checks if a system is enabled and the service type or validProfile is null, then displays warning message to the user

    Declaration
    protected void CheckSystemConfiguration(string service, bool systemEnabled, SystemType systemType, bool validProfile)
    Parameters
    Type Name Description
    String service

    name of service being tested

    Boolean systemEnabled

    true if checkbox enabled, false otherwise

    SystemType systemType

    Selected implementation type for service

    Boolean validProfile

    true if profile scriptableobject property is not null, false otherwise

    CheckSystemConfiguration(String, SystemType, Boolean)

    Checks if a system is enabled and the service type or validProfile is null, then displays warning message to the user

    Declaration
    protected void CheckSystemConfiguration(string service, SystemType systemType, bool validProfile)
    Parameters
    Type Name Description
    String service

    name of service being tested

    SystemType systemType

    Selected implementation type for service

    Boolean validProfile

    true if profile scriptableobject property is not null, false otherwise

    IsProfileInActiveInstance()

    Declaration
    protected override bool IsProfileInActiveInstance()
    Returns
    Type Description
    Boolean
    Overrides
    BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileInActiveInstance()

    IsProfileInActiveInstance()

    Declaration
    protected override bool IsProfileInActiveInstance()
    Returns
    Type Description
    Boolean
    Overrides
    BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileInActiveInstance()

    OnEnable()

    Declaration
    protected override void OnEnable()
    Overrides
    BaseMixedRealityProfileInspector.OnEnable()

    OnEnable()

    Declaration
    protected override void OnEnable()
    Overrides
    BaseMixedRealityProfileInspector.OnEnable()

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()

    RenderSystemDisabled(String)

    Render helpbox that provided service string is disabled and none of it's functionality will be loaded at runtime

    Declaration
    protected static void RenderSystemDisabled(string service)
    Parameters
    Type Name Description
    String service

    Implements

    UnityEditor.Editor
    In This Article
    • Methods
      • CheckSystemConfiguration(String, Boolean, SystemType, Boolean)
      • CheckSystemConfiguration(String, SystemType, Boolean)
      • IsProfileInActiveInstance()
      • IsProfileInActiveInstance()
      • OnEnable()
      • OnEnable()
      • OnInspectorGUI()
      • OnInspectorGUI()
      • RenderSystemDisabled(String)
    • Implements
    Back to top Generated by DocFX