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