Skip to content

Commit eb8ad4c

Browse files
added missing experimental entry for box display of bounds control
1 parent c7f97ee commit eb8ad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit.SDK/Experimental/Features/UX/BoundsControl/Visuals/Configuration/BoxDisplayConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Microsoft.MixedReality.Toolkit.Experimental.UI.BoundsControl
77
/// Shareable configuration for the <see cref="BoxDisplay" /> of <see cref="BoundsControl"/>
88
/// This class provides all data members needed to create a solid box display for bounds control
99
/// </summary>
10-
[CreateAssetMenu(fileName = "BoxDisplayConfiguration", menuName = "Mixed Reality Toolkit/Bounds Control/Box Display Configuration")]
10+
[CreateAssetMenu(fileName = "BoxDisplayConfiguration", menuName = "Mixed Reality Toolkit/Experimental/Bounds Control/Box Display Configuration")]
1111
public class BoxDisplayConfiguration : ScriptableObject
1212
{
1313
[SerializeField]

0 commit comments

Comments
 (0)