SpatialInteractionSourceState.ControllerProperties Property

Definition

Gets state specific to motion controllers.

public:
 property SpatialInteractionControllerProperties ^ ControllerProperties { SpatialInteractionControllerProperties ^ get(); };
SpatialInteractionControllerProperties ControllerProperties();
public SpatialInteractionControllerProperties ControllerProperties { get; }
var spatialInteractionControllerProperties = spatialInteractionSourceState.controllerProperties;
Public ReadOnly Property ControllerProperties As SpatialInteractionControllerProperties

Property Value

The motion controller properties.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

This property will return null if this source is not a motion controller.

Applies to