mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityCameraProfileInspector

    Class handles rendering inspector view of MixedRealityCameraProfile object

    Inheritance
    Object
    MixedRealityCameraProfileInspector
    Namespace: Microsoft.MixedReality.Toolkit.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityCameraProfileInspector : BaseMixedRealityToolkitConfigurationProfileInspector

    Methods

    GetDataProviderConfiguration(Int32)

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

    GetDataProviderConfigurationList()

    Declaration
    protected override SerializedProperty GetDataProviderConfigurationList()
    Returns
    Type Description
    SerializedProperty

    GetDataProviderConfigurationProperties(SerializedProperty)

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

    IsProfileInActiveInstance()

    Declaration
    protected override bool IsProfileInActiveInstance()
    Returns
    Type Description
    Boolean

    IsProfileInActiveInstance()

    Declaration
    protected override bool IsProfileInActiveInstance()
    Returns
    Type Description
    Boolean

    OnEnable()

    Declaration
    protected override void OnEnable()

    OnEnable()

    Declaration
    protected override void OnEnable()

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()
    In This Article
    • Methods
      • GetDataProviderConfiguration(Int32)
      • GetDataProviderConfigurationList()
      • GetDataProviderConfigurationProperties(SerializedProperty)
      • IsProfileInActiveInstance()
      • IsProfileInActiveInstance()
      • OnEnable()
      • OnEnable()
      • OnInspectorGUI()
      • OnInspectorGUI()
    Back to top Generated by DocFX