Example #1
0
File: GO.cs Project: mandarinx/mlib
 public GO SetParent(GO parent, bool worldPositionStays = true)
 {
     GameObject.transform.SetParent(parent.Transform, worldPositionStays);
     return(this);
 }
Example #2
0
 public static GO Modify(this GameObject go)
 {
     return(GO.Modify(go));
 }