C# Class SharpQuake.Scr

SCR_functions
Afficher le fichier Open project: Memorix101/SharpQuake Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

BeginLoadingPlaque() public static méthode

SCR_BeginLoadingPlaque
public static BeginLoadingPlaque ( ) : void
Résultat void

CenterPrint() public static méthode

public static CenterPrint ( string str ) : void
str string
Résultat void

EndLoadingPlaque() public static méthode

SCR_EndLoadingPlaque
public static EndLoadingPlaque ( ) : void
Résultat void

EndRendering() public static méthode

GL_EndRendering
public static EndRendering ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

ModalMessage() public static méthode

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
Résultat bool

UpdateScreen() public static méthode

public static UpdateScreen ( ) : void
Résultat void

Property Details

BlockDrawing public_oe static_oe property

public static bool BlockDrawing
Résultat bool

CenterTimeOff public_oe static_oe property

public static float CenterTimeOff
Résultat float

ClearNotify public_oe static_oe property

public static int ClearNotify
Résultat int

CopyTop public_oe static_oe property

public static bool CopyTop
Résultat bool

FullSbarDraw public_oe static_oe property

public static bool FullSbarDraw
Résultat bool

FullUpdate public_oe static_oe property

public static int FullUpdate
Résultat int

IsDisabledForLoading public_oe static_oe property

public static bool IsDisabledForLoading
Résultat bool

IsPermedia public_oe static_oe property

public static bool IsPermedia
Résultat bool

SkipUpdate public_oe static_oe property

public static bool SkipUpdate
Résultat bool

glHeight public_oe static_oe property

public static int glHeight
Résultat int

glWidth public_oe static_oe property

public static int glWidth
Résultat int

glX public_oe static_oe property

public static int glX
Résultat int

glY public_oe static_oe property

public static int glY
Résultat int