C# Класс idTech4.idGameConsole

Показать файл Открыть проект

Открытые методы

Метод Описание
Close ( ) : void
Draw ( bool forceFullScreen ) : void
Dump ( string file ) : void
Init ( ) : void
LoadGraphics ( ) : void

Can't be combined with init, because init happens before the renderSystem is initialized.

ProcessEvent ( SystemEvent ev, bool forceAccept ) : bool
WriteLine ( string msg ) : void
idGameConsole ( ) : System

Приватные методы

Метод Описание
ClearNotificationLines ( ) : void
Cmd_Clear ( object sender, CommandEventArgs e ) : void
Cmd_Dump ( object sender, CommandEventArgs e ) : void
DrawFPS ( float y ) : float
DrawInput ( ) : void
DrawNotify ( ) : void
DrawSolidConsole ( float fraction ) : void

Draws the console with the solid background.

DrawText ( int lines, float y ) : void
DrawVersion ( int lines ) : void
Scroll ( ) : void

Deals with scrolling text because we don't have key repeat.

SetDisplayFraction ( float fraction ) : void

Causes the console to start opening the desired amount.

UpdateDisplayFraction ( ) : void

Scrolls the console up or down based on conspeed.

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Draw() публичный Метод

public Draw ( bool forceFullScreen ) : void
forceFullScreen bool
Результат void

Dump() публичный Метод

public Dump ( string file ) : void
file string
Результат void

Init() публичный Метод

public Init ( ) : void
Результат void

LoadGraphics() публичный Метод

Can't be combined with init, because init happens before the renderSystem is initialized.
public LoadGraphics ( ) : void
Результат void

ProcessEvent() публичный Метод

public ProcessEvent ( SystemEvent ev, bool forceAccept ) : bool
ev SystemEvent
forceAccept bool
Результат bool

WriteLine() публичный Метод

public WriteLine ( string msg ) : void
msg string
Результат void

idGameConsole() публичный Метод

public idGameConsole ( ) : System
Результат System