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