ARMarkerManager.markerPrefab Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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