Esempio n. 1
0
 void OnDestroy()
 {
     if (Node1 != null)
     {
         Node1.RemoveConstraint(this);
     }
     if (Node2 != null)
     {
         Node2.RemoveConstraint(this);
     }
 }