File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/Sliders Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public float SliderValue
5454 [ SerializeField ]
5555 private GameObject trackVisuals = null ;
5656 /// <summary>
57- /// Property accessor of trackVisuals
57+ /// Property accessor of trackVisuals, it contains the desired track Visuals. This will get rotated to match the slider axis.
5858 /// </summary>
5959 public GameObject TrackVisuals
6060 {
@@ -73,7 +73,7 @@ public GameObject TrackVisuals
7373 [ SerializeField ]
7474 private GameObject tickMarks = null ;
7575 /// <summary>
76- /// Property accessor of tickMarks
76+ /// Property accessor of tickMarks, it contains the desired tick Marks. This will get rotated to match the slider axis.
7777 /// </summary>
7878 public GameObject TickMarks
7979 {
@@ -95,7 +95,7 @@ public GameObject TickMarks
9595 [ SerializeField ]
9696 private SliderAxis sliderAxis = SliderAxis . XAxis ;
9797 /// <summary>
98- /// Property accessor of sliderAxis
98+ /// Property accessor of sliderAxis. The axis the slider moves along.
9999 /// </summary>
100100 public SliderAxis CurrentSliderAxis
101101 {
You can’t perform that action at this time.
0 commit comments