Skip to content

Commit cc6935a

Browse files
removed old serialized as attribute that was copied over from bounding box
1 parent e315a40 commit cc6935a

File tree

1 file changed

+0
-1
lines changed
  • Assets/MixedRealityToolkit.SDK/Experimental/Features/UX/BoundsControl

1 file changed

+0
-1
lines changed

Assets/MixedRealityToolkit.SDK/Experimental/Features/UX/BoundsControl/BoundsControl.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public GameObject Target
5858

5959
[Tooltip("For complex objects, automatic bounds calculation may not behave as expected. Use an existing Box Collider (even on a child object) to manually determine bounds of bounds control.")]
6060
[SerializeField]
61-
[FormerlySerializedAs("BoxColliderToUse")]
6261
private BoxCollider boundsOverride = null;
6362

6463
/// <summary>

0 commit comments

Comments
 (0)