Freigeben über


SimpleHapticsController.SendHapticFeedbackForDuration Methode

Definition

Starten Sie das haptische Feedback durch das Eingabegerät, und fahren Sie für den angegebenen Zeitraum fort.

public:
 virtual void SendHapticFeedbackForDuration(SimpleHapticsControllerFeedback ^ feedback, double intensity, TimeSpan playDuration) = SendHapticFeedbackForDuration;
void SendHapticFeedbackForDuration(SimpleHapticsControllerFeedback const& feedback, double const& intensity, TimeSpan const& playDuration);
public void SendHapticFeedbackForDuration(SimpleHapticsControllerFeedback feedback, double intensity, System.TimeSpan playDuration);
function sendHapticFeedbackForDuration(feedback, intensity, playDuration)
Public Sub SendHapticFeedbackForDuration (feedback As SimpleHapticsControllerFeedback, intensity As Double, playDuration As TimeSpan)

Parameter

feedback
SimpleHapticsControllerFeedback

Die Art des haptischen Feedbacks.

intensity
Double

double

Die Stärke des haptischen Feedbacks basierend auf der Leistungsfähigkeit des Eingabegeräts.

  • 0 deaktiviert haptisches Feedback
  • 1.0 ist maximale Stärke
playDuration
TimeSpan TimeSpan

Der In 100-Nanosekundeneinheiten ausgedrückte Zeitraum (1 = 100ns).

Gilt für: