Exemplo n.º 1
0
        public MapVector GetMapPosition(Vector2 position)
        {
            var offset = GetOffset(transform);

            return(new MapVector(MapValue.RoundValue(offset.x), MapValue.RoundValue(offset.y)));
        }