Class TestHandTracking
Tracks a spatial anchor.
Inheritance
TestHandTracking
Implements
Inherited Members
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public class TestHandTracking : Behavior, IDependencyObject
Constructors
TestHandTracking()
Initializes a new instance of the TestHandTracking class.
Declaration
public TestHandTracking()
Fields
HandColor
The color of the hand.
Declaration
public Color HandColor
Field Value
Type | Description |
---|---|
Color |
Methods
Update(TimeSpan)
Allows this instance to execute custom logic during its Update
.
Declaration
protected override void Update(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | The game time. |