示例#1
0
 static void UnitTest_18()
 {
     CLScriptExt.Vector3 pos  = new CLScriptExt.Vector3(2, 2, 2);
     CLScriptExt.Vector3 post = pos;
     post.x = -1;
     Console.WriteLine(pos + "," + post);
 }
示例#2
0
        static void UnitTest_18()
        {

            CLScriptExt.Vector3 pos = new CLScriptExt.Vector3(2, 2, 2);
            CLScriptExt.Vector3 post = pos;
            post.x = -1;
            Console.WriteLine(pos + "," + post);

        }