Class UnityARCameraSettingsProfile
Configuration profile for the XR Camera settings provider.
Namespace: Microsoft.MixedReality.Toolkit.Experimental.UnityAR
Assembly: cs.temp.dll.dll
Syntax
public class UnityARCameraSettingsProfile : 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 |
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 |