C# 클래스 SharpQuake.Scr

SCR_functions
파일 보기 프로젝트 열기: Memorix101/SharpQuake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BlockDrawing bool
CenterTimeOff float
ClearNotify int
CopyTop bool
FullSbarDraw bool
FullUpdate int
IsDisabledForLoading bool
IsPermedia bool
SkipUpdate bool
glHeight int
glWidth int
glX int
glY int

공개 메소드들

메소드 설명
BeginLoadingPlaque ( ) : void

SCR_BeginLoadingPlaque

CenterPrint ( string str ) : void
EndLoadingPlaque ( ) : void

SCR_EndLoadingPlaque

EndRendering ( ) : void

GL_EndRendering

Init ( ) : void
ModalMessage ( string text ) : bool

SCR_ModalMessage Displays a text string in the center of the screen and waits for a Y or N keypress.

UpdateScreen ( ) : void

비공개 메소드들

메소드 설명
BeginRendering ( ) : void

GL_BeginRendering

CalcFov ( float fov_x, float width, float height ) : float
CalcRefdef ( ) : void
CheckDrawCenterString ( ) : void
DrawCenterString ( ) : void
DrawConsole ( ) : void
DrawLoading ( ) : void

SCR_DrawLoading

DrawNet ( ) : void
DrawNotifyString ( ) : void

SCR_DrawNotifyString

DrawPause ( ) : void
DrawRam ( ) : void
DrawTurtle ( ) : void
ScreenShot_f ( ) : void
Set2D ( ) : void
SetUpToDrawConsole ( ) : void

SCR_SetUpToDrawConsole

SizeDown_f ( ) : void
SizeUp_f ( ) : void
TileClear ( ) : void

메소드 상세

BeginLoadingPlaque() 공개 정적인 메소드

SCR_BeginLoadingPlaque
public static BeginLoadingPlaque ( ) : void
리턴 void

CenterPrint() 공개 정적인 메소드

public static CenterPrint ( string str ) : void
str string
리턴 void

EndLoadingPlaque() 공개 정적인 메소드

SCR_EndLoadingPlaque
public static EndLoadingPlaque ( ) : void
리턴 void

EndRendering() 공개 정적인 메소드

GL_EndRendering
public static EndRendering ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

ModalMessage() 공개 정적인 메소드

SCR_ModalMessage Displays a text string in the center of the screen and waits for a Y or N keypress.
public static ModalMessage ( string text ) : bool
text string
리턴 bool

UpdateScreen() 공개 정적인 메소드

public static UpdateScreen ( ) : void
리턴 void

프로퍼티 상세

BlockDrawing 공개적으로 정적으로 프로퍼티

public static bool BlockDrawing
리턴 bool

CenterTimeOff 공개적으로 정적으로 프로퍼티

public static float CenterTimeOff
리턴 float

ClearNotify 공개적으로 정적으로 프로퍼티

public static int ClearNotify
리턴 int

CopyTop 공개적으로 정적으로 프로퍼티

public static bool CopyTop
리턴 bool

FullSbarDraw 공개적으로 정적으로 프로퍼티

public static bool FullSbarDraw
리턴 bool

FullUpdate 공개적으로 정적으로 프로퍼티

public static int FullUpdate
리턴 int

IsDisabledForLoading 공개적으로 정적으로 프로퍼티

public static bool IsDisabledForLoading
리턴 bool

IsPermedia 공개적으로 정적으로 프로퍼티

public static bool IsPermedia
리턴 bool

SkipUpdate 공개적으로 정적으로 프로퍼티

public static bool SkipUpdate
리턴 bool

glHeight 공개적으로 정적으로 프로퍼티

public static int glHeight
리턴 int

glWidth 공개적으로 정적으로 프로퍼티

public static int glWidth
리턴 int

glX 공개적으로 정적으로 프로퍼티

public static int glX
리턴 int

glY 공개적으로 정적으로 프로퍼티

public static int glY
리턴 int