日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class MixedRealityToolkitConfigurationProfileInspector

    Inheritance
    Object
    BaseMixedRealityProfileInspector
    BaseMixedRealityToolkitConfigurationProfileInspector
    MixedRealityToolkitConfigurationProfileInspector
    Inherited Members
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderAsSubProfile
    BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileDescriptions
    BaseMixedRealityToolkitConfigurationProfileInspector.Awake()
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderMRTKLogoAndSearch()
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderDocumentation(Object)
    BaseMixedRealityToolkitConfigurationProfileInspector.DrawBacktrackProfileButton(BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType)
    BaseMixedRealityToolkitConfigurationProfileInspector.DrawBacktrackProfileButton(String, UnityEngine.Object)
    BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileRequired(SystemType)
    BaseMixedRealityToolkitConfigurationProfileInspector.RenderProfileHeader(String, String, Object, Boolean, BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType)
    BaseMixedRealityToolkitConfigurationProfileInspector.CheckEditorPlayMode()
    BaseMixedRealityToolkitConfigurationProfileInspector.CheckMixedRealityInputActions()
    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

    Methods

    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()

    OnEnable()

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

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()

    RenderSystemDisabled(String)

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

    Declaration
    protected static void RenderSystemDisabled(string service)
    Parameters
    Type Name Description
    String service
    Back to top Generated by DocFX