Show / Hide Table of Contents

    Class MixedRealityCameraProfile

    This Scriptable Object tells you if your head mounted display (HMD) is a transparent device or an occluded device. Based on those values, you can customize your camera and quality settings.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityCameraProfile
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityServiceProfile(typeof(IMixedRealityCameraSystem))]
    public class MixedRealityCameraProfile : BaseMixedRealityProfile

    Properties

    BackgroundColorOpaqueDisplay

    Declaration
    public Color BackgroundColorOpaqueDisplay { get; }
    Property Value
    Type Description
    Color

    BackgroundColorTransparentDisplay

    Declaration
    public Color BackgroundColorTransparentDisplay { get; }
    Property Value
    Type Description
    Color

    CameraClearFlagsOpaqueDisplay

    Declaration
    public CameraClearFlags CameraClearFlagsOpaqueDisplay { get; }
    Property Value
    Type Description
    CameraClearFlags

    CameraClearFlagsTransparentDisplay

    Declaration
    public CameraClearFlags CameraClearFlagsTransparentDisplay { get; }
    Property Value
    Type Description
    CameraClearFlags

    FarClipPlaneOpaqueDisplay

    Declaration
    public float FarClipPlaneOpaqueDisplay { get; }
    Property Value
    Type Description
    Single

    FarClipPlaneTransparentDisplay

    Declaration
    public float FarClipPlaneTransparentDisplay { get; }
    Property Value
    Type Description
    Single

    HoloLensQualityLevel

    Declaration
    public int HoloLensQualityLevel { get; }
    Property Value
    Type Description
    Int32

    NearClipPlaneOpaqueDisplay

    Declaration
    public float NearClipPlaneOpaqueDisplay { get; }
    Property Value
    Type Description
    Single

    NearClipPlaneTransparentDisplay

    Declaration
    public float NearClipPlaneTransparentDisplay { get; }
    Property Value
    Type Description
    Single

    OpaqueQualityLevel

    Declaration
    public int OpaqueQualityLevel { get; }
    Property Value
    Type Description
    Int32
    Back to top Generated by DocFX