SpatialInteractionSourceState.Source Property

Definition

Gets the interaction source that this state describes.

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

Property Value

The source.

Applies to