Class QRSpacePinGroup
A group of space pins with locations fed by reading QR codes placed in the physical environment.
Namespace: Microsoft.MixedReality.WorldLocking.Samples.Advanced.QRSpacePins
Assembly: cs.temp.dll.dll
Syntax
public class QRSpacePinGroup : MonoBehaviour
Properties
MarkerHighlightPrefab
Optional visual to draw at QR code position when detected.
Declaration
public GameObject MarkerHighlightPrefab { get; set; }
Property Value
Type | Description |
---|---|
GameObject |
SharedOrienter
An orienter instance in the scene. If unset, one will be created.
Declaration
public Orienter SharedOrienter { get; set; }
Property Value
Type | Description |
---|---|
Orienter |
VirtualMarkers
The virtual poses in the scene to be matched with the poses of the QR codes in the physical world.
Declaration
public List<Transform> VirtualMarkers { get; set; }
Property Value
Type | Description |
---|---|
List<Transform> |
Methods
Reset()
Clear back to the state before any QR codes had been detected.
Declaration
public void Reset()