SpatialInteractionController.SimpleHapticsController Property

Definition

Provides access to the motion controller's ability to vibrate in the user's hand.

public:
 property SimpleHapticsController ^ SimpleHapticsController { SimpleHapticsController ^ get(); };
SimpleHapticsController SimpleHapticsController();
public SimpleHapticsController SimpleHapticsController { get; }
var simpleHapticsController = spatialInteractionController.simpleHapticsController;
Public ReadOnly Property SimpleHapticsController As SimpleHapticsController

Property Value

The simple haptics controller.

Remarks

If this motion controller supports haptics, this property returns a SimpleHapticsController object that provides access to the controller's vibration functionality. Otherwise, this property returns null.

Applies to