C# 클래스 fCraft.Position

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

공개 프로퍼티들

프로퍼티 타입 설명
r byte
x short

공개 메소드들

메소드 설명
FitsIntoByte ( ) : bool
IsZero ( ) : bool
Position ( short _x, short _y, short _h ) : System
Set ( int _x, int _y, int _h, byte _r, byte _l ) : void
Set ( short _x, short _y, short _h, byte _r, byte _l ) : void

메소드 상세

FitsIntoByte() 공개 메소드

public FitsIntoByte ( ) : bool
리턴 bool

IsZero() 공개 메소드

public IsZero ( ) : bool
리턴 bool

Position() 공개 메소드

public Position ( short _x, short _y, short _h ) : System
_x short
_y short
_h short
리턴 System

Set() 공개 메소드

public Set ( int _x, int _y, int _h, byte _r, byte _l ) : void
_x int
_y int
_h int
_r byte
_l byte
리턴 void

Set() 공개 메소드

public Set ( short _x, short _y, short _h, byte _r, byte _l ) : void
_x short
_y short
_h short
_r byte
_l byte
리턴 void

프로퍼티 상세

r 공개적으로 프로퍼티

public byte r
리턴 byte

x 공개적으로 프로퍼티

public short x
리턴 short