C# 클래스 wServer.realm.setpieces.SetPieces.Rect

파일 보기 프로젝트 열기: C453/OryxKingdom

공개 프로퍼티들

프로퍼티 타입 설명
h int
w int
x int
y int

공개 메소드들

메소드 설명
Intersects ( Rect r1, Rect r2 ) : bool

메소드 상세

Intersects() 공개 정적인 메소드

public static Intersects ( Rect r1, Rect r2 ) : bool
r1 Rect
r2 Rect
리턴 bool

프로퍼티 상세

h 공개적으로 프로퍼티

public int h
리턴 int

w 공개적으로 프로퍼티

public int w
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int