mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class UnityARCameraSettingsProfile

    Configuration profile for the XR Camera settings provider.

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

    Properties

    PoseSource

    The portion of the device (ex: color camera) from which to read the pose.

    Declaration
    public ArTrackedPose PoseSource { get; }
    Property Value
    Type Description
    ArTrackedPose

    PoseSource

    The portion of the device (ex: color camera) from which to read the pose.

    Declaration
    public ArTrackedPose PoseSource { get; }
    Property Value
    Type Description
    ArTrackedPose

    TrackingType

    The type of tracking (position and/or rotation) to apply.

    Declaration
    public ArTrackingType TrackingType { get; }
    Property Value
    Type Description
    ArTrackingType

    TrackingType

    The type of tracking (position and/or rotation) to apply.

    Declaration
    public ArTrackingType TrackingType { get; }
    Property Value
    Type Description
    ArTrackingType

    UpdateType

    Specifies when (during Update and/or just before rendering) to update the tracking of the pose.

    Declaration
    public ArUpdateType UpdateType { get; }
    Property Value
    Type Description
    ArUpdateType

    UpdateType

    Specifies when (during Update and/or just before rendering) to update the tracking of the pose.

    Declaration
    public ArUpdateType UpdateType { get; }
    Property Value
    Type Description
    ArUpdateType

    Implements

    BaseCameraSettingsProfile
    In This Article
    • Properties
      • PoseSource
      • PoseSource
      • TrackingType
      • TrackingType
      • UpdateType
      • UpdateType
    • Implements
    Back to top Generated by DocFX