C# Класс idTech4.Renderer.idGuiModel

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clear ( ) : void
DrawStretchPicture ( Vertex vertices, int indexes, idMaterial material, bool clip, float minX, float minY, float maxX, float maxY ) : void
DrawStretchPicture ( float x, float y, float width, float height, float s, float t, float s2, float t2, idMaterial material ) : void
EmitFullScreen ( ) : void

Creates a view that covers the screen and emit the surfaces.

idGuiModel ( ) : System

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

Метод Описание
AdvanceSurface ( ) : void
EmitSurface ( GuiModelSurface surface, Matrix modelMatrix, Matrix modelViewMatrix, bool depthHack ) : void

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

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

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

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

public DrawStretchPicture ( Vertex vertices, int indexes, idMaterial material, bool clip, float minX, float minY, float maxX, float maxY ) : void
vertices Vertex
indexes int
material idMaterial
clip bool
minX float
minY float
maxX float
maxY float
Результат void

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

public DrawStretchPicture ( float x, float y, float width, float height, float s, float t, float s2, float t2, idMaterial material ) : void
x float
y float
width float
height float
s float
t float
s2 float
t2 float
material idMaterial
Результат void

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

Creates a view that covers the screen and emit the surfaces.
public EmitFullScreen ( ) : void
Результат void

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

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