GetCellFromID() public method

public GetCellFromID ( int id ) : Point
id int
return Point
Esempio n. 1
0
        public int TransformID(Tileset from, int id)
        {
            if (id == -1)
                return -1;

            return GetIDFromCell(from.GetCellFromID(id));
        }
Esempio n. 2
0
        public int TransformID(Tileset from, int id)
        {
            if (id == -1)
            {
                return(-1);
            }

            return(GetIDFromCell(from.GetCellFromID(id)));
        }
Esempio n. 3
0
        public int TransformID(Tileset from, int id)
        {
            if (id == -1)
                return -1;

            return GetIDFromCell(from.GetCellFromID(id));
        }