Show / Hide Table of Contents

    Class MixedRealityToolkitConfigurationProfile

    Configuration profile settings for the Mixed Reality Toolkit.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityToolkitConfigurationProfile
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityToolkitConfigurationProfile : BaseMixedRealityProfile

    Properties

    BoundarySystemSystemType

    Boundary System class to instantiate at runtime.

    Declaration
    public SystemType BoundarySystemSystemType { get; }
    Property Value
    Type Description
    SystemType

    BoundaryVisualizationProfile

    Active profile for boundary visualization

    Declaration
    public MixedRealityBoundaryVisualizationProfile BoundaryVisualizationProfile { get; }
    Property Value
    Type Description
    MixedRealityBoundaryVisualizationProfile

    CameraProfile

    Profile for customizing your camera and quality settings based on if your head mounted display (HMD) is a transparent device or an occluded device.

    Declaration
    public MixedRealityCameraProfile CameraProfile { get; }
    Property Value
    Type Description
    MixedRealityCameraProfile

    CameraSystemType

    Camera System class to instantiate at runtime.

    Declaration
    public SystemType CameraSystemType { get; }
    Property Value
    Type Description
    SystemType

    DiagnosticsSystemProfile

    Active profile for diagnostic configuration

    Declaration
    public MixedRealityDiagnosticsProfile DiagnosticsSystemProfile { get; }
    Property Value
    Type Description
    MixedRealityDiagnosticsProfile

    DiagnosticsSystemSystemType

    Diagnostics System Script File to instantiate at runtime

    Declaration
    public SystemType DiagnosticsSystemSystemType { get; }
    Property Value
    Type Description
    SystemType

    InputSystemProfile

    Input System profile for configuring events and actions to input devices.

    Declaration
    public MixedRealityInputSystemProfile InputSystemProfile { get; }
    Property Value
    Type Description
    MixedRealityInputSystemProfile

    InputSystemType

    Input System class to instantiate at runtime.

    Declaration
    public SystemType InputSystemType { get; }
    Property Value
    Type Description
    SystemType

    IsBoundarySystemEnabled

    Enable and configure the boundary system.

    Declaration
    public bool IsBoundarySystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    IsCameraSystemEnabled

    Enable and configure the Camera Profile for the Mixed Reality Toolkit

    Declaration
    public bool IsCameraSystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    IsDiagnosticsSystemEnabled

    Is the Diagnostics System enabled?

    Declaration
    public bool IsDiagnosticsSystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    IsInputSystemEnabled

    Enable and configure the Input System component for the Mixed Reality Toolkit

    Declaration
    public bool IsInputSystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    IsSceneSystemEnabled

    Is the Scene System enabled?

    Declaration
    public bool IsSceneSystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    IsSpatialAwarenessSystemEnabled

    Enable and configure the spatial awareness system.

    Declaration
    public bool IsSpatialAwarenessSystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    IsTeleportSystemEnabled

    Enable and configure the teleport system.

    Declaration
    public bool IsTeleportSystemEnabled { get; }
    Property Value
    Type Description
    Boolean

    RegisteredServiceProvidersProfile

    All the additional non-required systems, features, and managers registered with the Mixed Reality Toolkit.

    Declaration
    public MixedRealityRegisteredServiceProvidersProfile RegisteredServiceProvidersProfile { get; }
    Property Value
    Type Description
    MixedRealityRegisteredServiceProvidersProfile

    SceneSystemProfile

    Active profile for scene configuration

    Declaration
    public MixedRealitySceneSystemProfile SceneSystemProfile { get; }
    Property Value
    Type Description
    MixedRealitySceneSystemProfile

    SceneSystemSystemType

    Scene System Script File to instantiate at runtime

    Declaration
    public SystemType SceneSystemSystemType { get; }
    Property Value
    Type Description
    SystemType

    SpatialAwarenessSystemProfile

    Active profile for spatial awareness system

    Declaration
    public MixedRealitySpatialAwarenessSystemProfile SpatialAwarenessSystemProfile { get; }
    Property Value
    Type Description
    MixedRealitySpatialAwarenessSystemProfile

    SpatialAwarenessSystemSystemType

    Spatial Awareness System class to instantiate at runtime.

    Declaration
    public SystemType SpatialAwarenessSystemSystemType { get; }
    Property Value
    Type Description
    SystemType

    TargetExperienceScale

    The desired the scale of the experience.

    Declaration
    public ExperienceScale TargetExperienceScale { get; set; }
    Property Value
    Type Description
    ExperienceScale

    TeleportSystemSystemType

    Teleport System class to instantiate at runtime.

    Declaration
    public SystemType TeleportSystemSystemType { get; }
    Property Value
    Type Description
    SystemType

    UseServiceInspectors

    Declaration
    public bool UseServiceInspectors { get; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX