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.
1 parent 3fc7766 commit 201df8bCopy full SHA for 201df8b
Assets/MRTK/SDK/Features/UX/Scripts/BoundsControl/Visuals/ScaleHandles.cs
@@ -22,7 +22,7 @@ public class ScaleHandles : HandlesBase
22
/// in case we have to reload the handles due to configuration changes.
23
/// </summary>
24
protected Vector3[] HandlePositions { get; private set; }
25
- private int NumHandles => 8;
+ private const int NumHandles = 8;
26
internal ScaleHandles(ScaleHandlesConfiguration configuration)
27
{
28
HandlePositions = new Vector3[NumHandles];
0 commit comments