Skip to content

Commit c33dc10

Browse files
committed
Update comment
1 parent 6df6683 commit c33dc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Core/Interfaces/Devices/IMixedRealityHapticFeedback.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)