説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

AssemblyInfo.cs 205B

12345
  1. using System.Runtime.CompilerServices;
  2. using System.Runtime.InteropServices;
  3. [assembly: InternalsVisibleTo("Unity.Mathematics.Tests")]
  4. [assembly: InternalsVisibleTo("Unity.Mathematics.PerformanceTests")]