예제 #1
0
 public static bool IsWithinMap(int tile_x, int tile_y)
 {
     return(TileWorldHelpers.IsWithinMap(tile_x, tile_y));
 }
예제 #2
0
 public static float GaugeBrightnessWithin(int tile_x, int tile_y, int width, int height)
 {
     return(TileWorldHelpers.GaugeBrightnessWithin(tile_x, tile_y, width, height));
 }
예제 #3
0
 public static Vector2 DropToGround(Vector2 world_pos)
 {
     return(TileWorldHelpers.DropToGround(world_pos));
 }