Skip to content

ITextStudio3DFeedbackOutput

InterfaceTextStudio.ThreeDTextStudio.3D
public interface ITextStudio3DFeedbackOutput

Optional interaction adapter that translates generic control feedback into device haptics.

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.