C# Class Shooter.MapClasses.TileBounds

Afficher le fichier Open project: JoeyTheAsian/Just-Force Class Usage Examples

Méthodes publiques

Méthode Description
findBounds ( double x, double y, int tileSize, int mapWidth, int mapHeight, int screenWidth, int screenHeight ) : void

Method Details

findBounds() public méthode

public findBounds ( double x, double y, int tileSize, int mapWidth, int mapHeight, int screenWidth, int screenHeight ) : void
x double
y double
tileSize int
mapWidth int
mapHeight int
screenWidth int
screenHeight int
Résultat void