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
12
12
/// Start haptic feedback by the input device.
13
13
/// </summary>
14
14
/// <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>
16
16
/// <returns>True if haptic feedback was successfully started.</returns>
17
17
bool StartHapticImpulse ( float intensity , float durationInSeconds = float . MaxValue ) ;
18
18
You can’t perform that action at this time.
0 commit comments