ITextStudio3DFeedbackOutput
public interface ITextStudio3DFeedbackOutputOptional interaction adapter that translates generic control feedback into device haptics.
Methods
Section titled “Methods”
TryPlayHaptic(float, float)
Section titled “TryPlayHaptic(float, float)”bool TryPlayHaptic(float amplitude, float duration)Requests a haptic impulse with normalized amplitude and duration in seconds.
Parameters
| Name | Type |
|---|---|
amplitude |
System.Single |
duration |
System.Single |
Returns
System.Boolean: True when an attached device accepted the request.