C# 클래스 PSSGManager.ModelView

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: miek/dirt3-modding

공개 프로퍼티들

프로퍼티 타입 설명
renderDataSources RenderDataSource>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
device Device
initialised bool

공개 메소드들

메소드 설명
InitialiseGraphics ( ) : void
OnDeviceReset ( object sender, EventArgs e ) : void
RenderModel ( Model model ) : void
Rotate ( double diff ) : void

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
Render ( ) : void

메소드 상세

InitialiseGraphics() 공개 메소드

public InitialiseGraphics ( ) : void
리턴 void

OnDeviceReset() 공개 메소드

public OnDeviceReset ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderModel() 공개 메소드

public RenderModel ( Model model ) : void
model Model
리턴 void

Rotate() 공개 메소드

public Rotate ( double diff ) : void
diff double
리턴 void

프로퍼티 상세

device 보호되어 있는 프로퍼티

protected Device device
리턴 Device

initialised 보호되어 있는 프로퍼티

protected bool initialised
리턴 bool

renderDataSources 공개적으로 프로퍼티

public Dictionary renderDataSources
리턴 RenderDataSource>.Dictionary