ARMarkerScale Class

Definition

Monobehavior to help scale detected markers.

[UnityEngine.RequireComponent(typeof(Microsoft.MixedReality.OpenXR.ARMarker))]
public class ARMarkerScale : UnityEngine.MonoBehaviour
[<UnityEngine.RequireComponent(typeof(Microsoft.MixedReality.OpenXR.ARMarker))>]
type ARMarkerScale = class
    inherit MonoBehaviour
Public Class ARMarkerScale
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
ARMarkerScale
Attributes
UnityEngine.RequireComponentAttribute

Constructors

Name Description
ARMarkerScale()

Fields

Name Description
markerScaleTransform

Transform containing marker contents that needs to be scaled.

Applies to