C# 클래스 entity.Renderers.LightmapViewer

The lightmap viewer.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
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