Exemple #1
0
 Vector3 ToVertex(Vector2 v, float pixelsPerUnit)
 {
     return(SpriteMeshUtils.TexCoordToVertex(pivotPoint, v, pixelsPerUnit));
 }