C# 클래스 Shooter.MapClasses.TileBounds

파일 보기 프로젝트 열기: JoeyTheAsian/Just-Force 1 사용 예제들

공개 메소드들

메소드 설명
findBounds ( double x, double y, int tileSize, int mapWidth, int mapHeight, int screenWidth, int screenHeight ) : void

메소드 상세

findBounds() 공개 메소드

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
리턴 void