Beispiel #1
0
    // Use this for initialization
    void Start()
    {
//        PerTest.test123(1.5, 1.3);
        PerTest.testString(null, "abc");

        //PrintStrings("a", "b", "c");
        //print(null);
    }
 public static PerTest.RefObject Run(PerTest.RefObject refObject)
 {
     PerTest.StaticObject.x += refObject.x;
     PerTest.StaticObject.y += refObject.y;
     return PerTest.StaticObject;
 }