Skip to content

Commit 28fb0fd

Browse files
Update SliderEvent.cs
1 parent f800f04 commit 28fb0fd

File tree

1 file changed

+2
-2
lines changed
  • Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/Sliders

1 file changed

+2
-2
lines changed

Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/Sliders/SliderEvent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
namespace Microsoft.MixedReality.Toolkit.UI
77
{
88
/// <summary>
9-
/// A UnityEvent callback containing a ManipulationEventData payload.
9+
/// A UnityEvent callback containing a SliderEventData payload.
1010
/// </summary>
1111
[System.Serializable]
1212
public class SliderEvent : UnityEvent<SliderEventData> { }
1313

14-
}
14+
}

0 commit comments

Comments
 (0)