Exemplo n.º 1
0
 public void SetScaling(AGT_SpriteId id, float x, float y, float z)
 {
     if (_sprites != null)
     {
         _sprites.SetTextureScale(id, x, y, z);
     }
 }