File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/MixedRealityToolkit.Providers/WindowsMixedReality/Shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ public static HolographicFrame CurrentHolographicFrame
106106 private static SpatialCoordinateSystem spatialCoordinateSystem = null ;
107107#endif // (UNITY_WSA && DOTNETWINRT_PRESENT) || WINDOWS_UWP
108108
109- [ Obsolete ( "Use the System.Numerics.Vector3 extension method ToUnityVector3 instead." ) ]
109+ [ System . Obsolete ( "Use the System.Numerics.Vector3 extension method ToUnityVector3 instead." ) ]
110110 public static UnityEngine . Vector3 SystemVector3ToUnity ( System . Numerics . Vector3 vector )
111111 {
112112 return vector . ToUnityVector3 ( ) ;
113113 }
114114
115- [ Obsolete ( "Use the System.Numerics.Quaternion extension method ToUnityQuaternion instead." ) ]
115+ [ System . Obsolete ( "Use the System.Numerics.Quaternion extension method ToUnityQuaternion instead." ) ]
116116 public static UnityEngine . Quaternion SystemQuaternionToUnity ( System . Numerics . Quaternion quaternion )
117117 {
118118 return quaternion . ToUnityQuaternion ( ) ;
You can’t perform that action at this time.
0 commit comments