C# 클래스 GameStruct.Point

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
x short
y short

공개 메소드들

메소드 설명
CheckFanDistance ( Point pos, Point magicPos, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
CheckVisualDistance ( short xx, short yy, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
Point ( ) : System

메소드 상세

CheckFanDistance() 공개 메소드

public CheckFanDistance ( Point pos, Point magicPos, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
pos Point
magicPos Point
distance int
리턴 bool

CheckVisualDistance() 공개 메소드

public CheckVisualDistance ( short xx, short yy, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool
xx short
yy short
distance int
리턴 bool

Point() 공개 메소드

public Point ( ) : System
리턴 System

프로퍼티 상세

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short