Property anchorPrefab
anchorPrefab
This prefab will be instantiated for each ARAnchor. May be null
.
Declaration
public GameObject anchorPrefab { get; set; }
Property Value
Type | Description |
---|---|
GameObject |
Remarks
The purpose of this property is to extend the functionality of ARAnchors. It is not the recommended way to instantiate content associated with an ARAnchor. See Anchoring content for more details.