File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Assets/MRTK/Core/Interfaces/Devices Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public interface IMixedRealityHapticFeedback
1212 /// Start haptic feedback by the input device.
1313 /// </summary>
1414 /// <param name="intensity">The 0.0 to 1.0 strength of the haptic feedback based on the capability of the input device.</param>
15- /// <param name="durationInSeconds">The duration in seconds or float.MaxValue for indefinite duration.</param>
15+ /// <param name="durationInSeconds">The duration in seconds or float.MaxValue for indefinite duration (if supported by the platform) .</param>
1616 /// <returns>True if haptic feedback was successfully started.</returns>
1717 bool StartHapticImpulse ( float intensity , float durationInSeconds = float . MaxValue ) ;
1818
You can’t perform that action at this time.
0 commit comments