Test() public static method

public static Test ( ) : void
return void
Example #1
0
 static void Main(string[] args)
 {
     AllocatorTests.TestChurnStability();
     BoundingTests.Test();
     Console.WriteLine();
     AffineTests.Test();
     Console.WriteLine();
     Vector3Tests.Test();
     Console.WriteLine();
     Matrix3x3Tests.Test();
     Console.WriteLine();
     Matrix4x4Tests.Test();
 }