Class WorldAnchorAdapter
Adapter for aligning an object with a WorldAnchor.
Namespace: Microsoft.MixedReality.WorldLocking.Tools
Assembly: cs.temp.dll.dll
Syntax
public class WorldAnchorAdapter : MonoBehaviour
Properties
TargetObject
The GameObject to be aligned to the WorldAnchor.
Declaration
public Transform TargetObject { get; set; }
Property Value
Type | Description |
---|---|
Transform |
WorldAnchorObject
The GameObject holding the WorldAnchor component.
Declaration
public GameObject WorldAnchorObject { get; set; }
Property Value
Type | Description |
---|---|
GameObject |