SpatialInteractionController.SimpleHapticsController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.