C# 클래스 idTech4.Renderer.idScreenRect

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxZ float
MinZ float
X1 short
X2 short
Y1 short
Y2 short

공개 메소드들

메소드 설명
AddPoint ( float x, float y ) : void
Clear ( ) : void
Equals ( object obj ) : bool
Expand ( ) : void
Intersect ( idScreenRect rect ) : void
Union ( idScreenRect rect ) : void
operator ( ) : bool

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( float x, float y ) : void
x float
y float
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

Intersect() 공개 메소드

public Intersect ( idScreenRect rect ) : void
rect idScreenRect
리턴 void

Union() 공개 메소드

public Union ( idScreenRect rect ) : void
rect idScreenRect
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

MaxZ 공개적으로 프로퍼티

public float MaxZ
리턴 float

MinZ 공개적으로 프로퍼티

public float MinZ
리턴 float

X1 공개적으로 프로퍼티

public short X1
리턴 short

X2 공개적으로 프로퍼티

public short X2
리턴 short

Y1 공개적으로 프로퍼티

public short Y1
리턴 short

Y2 공개적으로 프로퍼티

public short Y2
리턴 short