예제 #1
0
 instatinate(pos.x, MAX_Y)
예제 #2
0
 public static implicit operator Point((long x, long y) pos) => new Point(pos.x, pos.y);
예제 #3
0
 acc.x += GetAccelAgainstWall(pos.x, thresh, weight);
예제 #4
0
파일: MapData.cs 프로젝트: Toshizabeth/Ling
 GetIndex(pos.x, pos.y);
예제 #5
0
 public static int GetPosition_2D_To_1D(in Vector2i pos, int width) => GetPosition_2D_To_1D(pos.x, pos.y, width);
예제 #6
0
 public static implicit operator Position((float x, float y) pos) => new Position(pos.x, pos.y);
예제 #7
0
 static readonly UniqueFactory <(int x, int y), Tile> tileFactory = new UniqueFactory <(int x, int y), Tile>(pos => new Tile(pos.x, pos.y));
예제 #8
0
 return(CacheIndex(pos.x, pos.y, pos.z));
예제 #9
0
 public static implicit operator Point3D((long x, long y, long z) pos) => new Point3D(pos.x, pos.y, pos.z);
예제 #10
0
 IsRoomAdjacent(pos.x, pos.y);
예제 #11
0
 return(new Position(pos.x, pos.y, pos.z));