C# Класс entity.Renderers.LightmapViewer

The lightmap viewer.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CheckKeys ( ) : void

The check keys.

InitializeGraphics ( ) : bool

The initialize graphics.

LightmapViewer ( Meta &meta ) : System

Initializes a new instance of the LightmapViewer class.

Main ( ) : void

The main entry point for the application.

Защищенные методы

Метод Описание
OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

OnPaint ( PaintEventArgs e ) : void

The on paint.

OnResize ( EventArgs e ) : void

The on resize.

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

Метод Описание
InitializeComponent ( ) : void
ModelViewer_MouseDown ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse down.

ModelViewer_MouseDownx ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse downx.

ModelViewer_MouseUp ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse up.

Render ( ) : void

The render.

SetupMatrices ( ) : void

The setup matrices.

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

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

The check keys.
public CheckKeys ( ) : void
Результат void

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

The initialize graphics.
public InitializeGraphics ( ) : bool
Результат bool

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

Initializes a new instance of the LightmapViewer class.
public LightmapViewer ( Meta &meta ) : System
meta HaloMap.Meta.Meta The meta.
Результат System

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

The main entry point for the application.
public Main ( ) : void
Результат void

OnKeyPress() защищенный Метод

The on key press.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs The e.
Результат void

OnPaint() защищенный Метод

The on paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The e.
Результат void

OnResize() защищенный Метод

The on resize.
protected OnResize ( EventArgs e ) : void
e System.EventArgs The e.
Результат void