mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class UnityARCameraSettings

    Camera settings provider for use with the Unity AR Foundation system.

    Inheritance
    Object
    UnityARCameraSettings
    Implements
    BaseCameraSettingsProvider
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UnityAR
    Assembly: cs.temp.dll.dll
    Syntax
    public class UnityARCameraSettings : BaseCameraSettingsProvider, BaseCameraSettingsProvider

    Constructors

    UnityARCameraSettings(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    public UnityARCameraSettings(IMixedRealityCameraSystem cameraSystem, string name = null, uint priority = default(uint), BaseCameraSettingsProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityCameraSystem cameraSystem

    The instance of the camera system which is managing this provider.

    String name

    Friendly name of the provider.

    UInt32 priority

    Provider priority. Used to determine order of instantiation.

    BaseCameraSettingsProfile profile

    The provider's configuration profile.

    UnityARCameraSettings(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    public UnityARCameraSettings(IMixedRealityCameraSystem cameraSystem, string name = null, uint priority = default(uint), BaseCameraSettingsProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityCameraSystem cameraSystem

    The instance of the camera system which is managing this provider.

    String name

    Friendly name of the provider.

    UInt32 priority

    Provider priority. Used to determine order of instantiation.

    BaseCameraSettingsProfile profile

    The provider's configuration profile.

    Properties

    IsOpaque

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

    IsOpaque

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

    SettingsProfile

    The profile used to configure the camera.

    Declaration
    public UnityARCameraSettingsProfile SettingsProfile { get; }
    Property Value
    Type Description
    UnityARCameraSettingsProfile

    SettingsProfile

    The profile used to configure the camera.

    Declaration
    public UnityARCameraSettingsProfile SettingsProfile { get; }
    Property Value
    Type Description
    UnityARCameraSettingsProfile

    Implements

    BaseCameraSettingsProvider
    In This Article
    • Constructors
      • UnityARCameraSettings(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)
      • UnityARCameraSettings(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)
    • Properties
      • IsOpaque
      • IsOpaque
      • SettingsProfile
      • SettingsProfile
    • Implements
    Back to top Generated by DocFX