File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Assets/MixedRealityToolkit/Attributes Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 55using Microsoft . MixedReality . Toolkit . Core . Definitions . Utilities ;
66using System ;
77using System . Linq ;
8- using System . Reflection ;
98
109#if WINDOWS_UWP && ! ENABLE_IL2CPP
10+ using System . Reflection ;
1111using Microsoft . MixedReality . Toolkit . Core . Extensions ;
1212#endif // WINDOWS_UWP && !ENABLE_IL2CPP
1313
@@ -61,9 +61,6 @@ public MixedRealityControllerAttribute(
6161 /// <summary>
6262 /// Convenience function for retrieving the attribute given a certain class type.
6363 /// </summary>
64- /// <remarks>
65- /// This function is only available in a UnityEditor context.
66- /// </remarks>
6764 public static MixedRealityControllerAttribute Find ( Type type )
6865 {
6966#if WINDOWS_UWP && ! ENABLE_IL2CPP
You can’t perform that action at this time.
0 commit comments