HandMeshObserver.Source Property

Definition

The SpatialInteractionSource whose hand mesh is tracked by this HandMeshObserver.

public:
 property SpatialInteractionSource ^ Source { SpatialInteractionSource ^ get(); };
SpatialInteractionSource Source();
public SpatialInteractionSource Source { get; }
var spatialInteractionSource = handMeshObserver.source;
Public ReadOnly Property Source As SpatialInteractionSource

Property Value

The source.

Applies to