Share via


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

ARMarkerScale()

Fields

markerScaleTransform

Transform containing marker contents that needs to be scaled.

Applies to