Share via


ARMarkerManager.markerPrefab Field

Definition

Getter or setter for the Marker Prefab.

[UnityEngine.Tooltip("If not null, instantiates this prefab for each created marker. Else, a default empty GameObject is created with the new ARMarker attached.")]
public UnityEngine.GameObject markerPrefab;
[<UnityEngine.Tooltip("If not null, instantiates this prefab for each created marker. Else, a default empty GameObject is created with the new ARMarker attached.")>]
val mutable markerPrefab : UnityEngine.GameObject
Public markerPrefab As GameObject 

Field Value

UnityEngine.GameObject
Attributes
UnityEngine.TooltipAttribute

Applies to