C# 클래스 entity.Renderers.ModelViewer

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

공개 프로퍼티들

프로퍼티 타입 설명
firsttimeload bool

공개 메소드들

메소드 설명
InitializeGraphics ( ) : bool

The initialize graphics.

Main ( ) : void

The main entry point for the application.

ModelViewer ( ParsedModel temppm ) : System

Initializes a new instance of the ModelViewer class.

보호된 메소드들

메소드 설명
OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

OnPaint ( PaintEventArgs e ) : void

The on paint.

OnResize ( EventArgs e ) : void

The on resize.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

The initialize component.

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.

메소드 상세

InitializeGraphics() 공개 메소드

The initialize graphics.
public InitializeGraphics ( ) : bool
리턴 bool

Main() 공개 메소드

The main entry point for the application.
public Main ( ) : void
리턴 void

ModelViewer() 공개 메소드

Initializes a new instance of the ModelViewer class.
public ModelViewer ( ParsedModel temppm ) : System
temppm HaloMap.RawData.ParsedModel The temppm.
리턴 System

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

프로퍼티 상세

firsttimeload 공개적으로 프로퍼티

The firsttimeload.
public bool firsttimeload
리턴 bool