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

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

Открытые свойства

Свойство Тип Описание
keyboard Microsoft.DirectX.DirectInput.Microsoft.DirectX.Direct3D.Device

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

Метод Описание
CollisionViewer ( coll tempcoll, Map map ) : System

Initializes a new instance of the CollisionViewer class.

InitializeGraphics ( ) : bool

The initialize graphics.

LoadMesh ( ) : void

The load mesh.

Main ( ) : void

The main entry point for the application.

OnResetDevice ( object sender, EventArgs e ) : void

The on reset device.

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

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

The on key press.

OnPaint ( PaintEventArgs e ) : void

The on paint.

OnResize ( EventArgs e ) : void

The on resize.

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

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

The bsp collision viewer_ mouse down.

InitializeComponent ( ) : void

The initialize component.

ModelViewer_MouseDown ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse down.

ModelViewer_MouseUp ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse up.

Render ( ) : void

The render.

SetupMatrices ( ) : void

The setup matrices.

checkKeys ( ) : void

The check keys.

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

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

Initializes a new instance of the CollisionViewer class.
public CollisionViewer ( coll tempcoll, Map map ) : System
tempcoll HaloMap.H2MetaContainers.coll The tempcoll.
map HaloMap.Map.Map The map.
Результат System

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

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

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

The load mesh.
public LoadMesh ( ) : void
Результат void

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

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

The on reset device.
public OnResetDevice ( object sender, EventArgs e ) : void
sender object The sender.
e System.EventArgs The e.
Результат void

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

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

Описание свойств

keyboard публичное свойство

The keyboard.
public Microsoft.DirectX.DirectInput.Microsoft.DirectX.Direct3D.Device keyboard
Результат Microsoft.DirectX.DirectInput.Microsoft.DirectX.Direct3D.Device