Skip to content

Commit 4d39d14

Browse files
author
Julia Schwarz
committed
Merge branch 'sliders' of https://github.com/julenka/MixedRealityToolkit-Unity into sliders
2 parents d051c10 + 28fb0fd commit 4d39d14

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)