Exemplo n.º 1
0
 public static MeshWrap Get(Component target)
 {
     return(MeshWrap.Get(target.GetMesh()));
 }
Exemplo n.º 2
0
 public static MeshWrap Get(GameObject target)
 {
     return(MeshWrap.Get(target.GetMesh()));
 }
Exemplo n.º 3
0
 public static MeshWrap GetMeshWrap(this GameObject current)
 {
     return(MeshWrap.Get(current.GetMesh()));
 }
Exemplo n.º 4
0
 public static MeshWrap GetMeshWrap(this Component current)
 {
     return(MeshWrap.Get(current.GetMesh()));
 }
Exemplo n.º 5
0
 public static MeshWrap GetMeshWrap(this Mesh current)
 {
     return(MeshWrap.Get(current));
 }