Ejemplo n.º 1
0
 public ContentGrid(float _fx, float _fy)
 {
     this.x = ContentGrid.FloatToInt(_fx);
     this.y = ContentGrid.FloatToInt(_fy);
 }