We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66d210d + ff5888c commit 47b0a4aCopy full SHA for 47b0a4a
Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/Demo_ScrollPanZoom/Scripts/PanZoom_RectTransf.cs
@@ -70,10 +70,6 @@ public class PanZoom_RectTransf : PanZoomBase_RectTransf
70
[Range(0, 10)]
71
private float skimProofUpdateSpeed = 5f;
72
73
- // The base PanAndZoom class can also be used with UV textures for which the dimensions are different to a RectTransform.
74
- // To allow to keep the speed values that users can assign consistent, let's internally convert the values.
75
- private float convertSpeedToUVSpace = -200.0f;
76
-
77
protected override void Start()
78
{
79
// Assigning values to base PanZoom class
0 commit comments