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

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

    Show / Hide Table of Contents

    Class MixedRealityCameraProfileInspector

    Class handles rendering inspector view of MixedRealityCameraProfile object

    Inheritance
    Object
    BaseMixedRealityProfileInspector
    BaseMixedRealityToolkitConfigurationProfileInspector
    BaseDataProviderServiceInspector
    MixedRealityCameraProfileInspector
    Inherited Members
    BaseDataProviderServiceInspector.AddDataProvider()
    BaseDataProviderServiceInspector.RemoveDataProvider(Int32)
    BaseDataProviderServiceInspector.ApplyProviderConfiguration(Type, BaseDataProviderServiceInspector.ServiceConfigurationProperties)
    BaseDataProviderServiceInspector.RenderDataProviderList(GUIContent, GUIContent, String, Type)
    BaseDataProviderServiceInspector.RenderDataProviderEntry(Int32, GUIContent, Type)
    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 MixedRealityCameraProfileInspector : BaseDataProviderServiceInspector

    Methods

    GetDataProviderConfiguration(Int32)

    Returns direct IMixedRealityServiceConfiguration instance at provided index in target object's array of IMixedRealityServiceConfiguration configurations

    Declaration
    protected override IMixedRealityServiceConfiguration GetDataProviderConfiguration(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    IMixedRealityServiceConfiguration
    Overrides
    BaseDataProviderServiceInspector.GetDataProviderConfiguration(Int32)

    GetDataProviderConfigurationList()

    Returns SerializedProperty object that wraps references to array of IMixedRealityServiceConfiguration stored on the inspected target object

    Declaration
    protected override SerializedProperty GetDataProviderConfigurationList()
    Returns
    Type Description
    SerializedProperty
    Overrides
    BaseDataProviderServiceInspector.GetDataProviderConfigurationList()

    GetDataProviderConfigurationProperties(SerializedProperty)

    Builds BaseDataProviderServiceInspector.ServiceConfigurationProperties container object with SerializedProperty references to associated properties on the supplied IMixedRealityServiceConfiguration reference

    Declaration
    protected override BaseDataProviderServiceInspector.ServiceConfigurationProperties GetDataProviderConfigurationProperties(SerializedProperty providerEntry)
    Parameters
    Type Name Description
    SerializedProperty providerEntry

    SerializedProperty reference pointing to IMixedRealityServiceConfiguration instance

    Returns
    Type Description
    BaseDataProviderServiceInspector.ServiceConfigurationProperties
    Overrides
    BaseDataProviderServiceInspector.GetDataProviderConfigurationProperties(SerializedProperty)

    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.

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

    OnEnable()

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

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()
    Back to top Generated by DocFX