C# 클래스 MapUtil, tilemap

파일 보기 프로젝트 열기: stalexwang/tilemap 1 사용 예제들

공개 메소드들

메소드 설명
GetBorderPoints ( float x, float y, float w, float h ) : ICollection
GetLeftBorder ( float x ) : int
GetLowerBorder ( float y ) : int
GetRightBorder ( float w ) : int
GetUpperBorder ( float h ) : int

메소드 상세

GetBorderPoints() 공개 정적인 메소드

public static GetBorderPoints ( float x, float y, float w, float h ) : ICollection
x float
y float
w float
h float
리턴 ICollection

GetLeftBorder() 공개 정적인 메소드

public static GetLeftBorder ( float x ) : int
x float
리턴 int

GetLowerBorder() 공개 정적인 메소드

public static GetLowerBorder ( float y ) : int
y float
리턴 int

GetRightBorder() 공개 정적인 메소드

public static GetRightBorder ( float w ) : int
w float
리턴 int

GetUpperBorder() 공개 정적인 메소드

public static GetUpperBorder ( float h ) : int
h float
리턴 int