Esempio n. 1
0
 static public Bounds GetBounds(this MeshFilter item)
 {
     return(new Bounds(item.GetSpacarPosition(), item.GetSize()));
 }