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 8cb6f4c commit 2edbc09Copy full SHA for 2edbc09
org.mixedrealitytoolkit.spatialmanipulation/BoundsControl/BoundsControlTypes.cs
@@ -74,12 +74,12 @@ public enum HandleType
74
/// <summary>
75
/// A handle that is mounted to the face of a <see cref="BoundsControl"/>, and can move the object normal to the forward axis.
76
/// </summary>
77
- Translation2D = 1 << 2,
+ Translation2D = 1 << 3,
78
79
80
/// A handle that is mounted to the face of a <see cref="BoundsControl"/>, and can move the object in all three dimensions.
81
82
- Translation3D = 1 << 2,
+ Translation3D = 1 << 4,
83
}
84
85
0 commit comments