C# 클래스 OpenSora.Viewer.ViewerGame

상속: Game
파일 보기 프로젝트 열기: rds1983/OpenSora 1 사용 예제들

공개 메소드들

메소드 설명
ViewerGame ( ) : Microsoft.Xna.Framework

보호된 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
EndRun ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
DrawAnimation ( ) : void
DrawTexture ( Texture2D texture ) : void
FormatDuration ( float ms ) : string
HideAnimationBox ( ) : void
HideFunctionsBox ( ) : void
LoadFile ( DirEntry entry ) : void
LoadModel ( DirEntry DirEntry ) : void
OnAbout ( object sender, EventArgs e ) : void
OnChangeFolder ( object sender, EventArgs e ) : void
ProcessMesh ( List meshes, string statusPrefix, MeshData meshData, int meshCount ) : void
PushStatusMessage ( string text ) : void
RefreshFiles ( ) : void
RefreshFilesSafe ( ) : void
ResetAnimation ( ) : void
SetFolder ( string folder ) : void
ShowAnimationBox ( ) : void
ShowFunctionsBox ( ) : void
SliderPlayer_PressedChanged ( object sender, EventArgs e ) : void
_buttonPlayPause_Click ( object sender, EventArgs e ) : void
_comboFunctions_SelectedIndexChanged ( object sender, EventArgs e ) : void
_comboResourceType_SelectedIndexChanged ( object sender, EventArgs e ) : void
_executionContext_TotalPassedPartChanged ( object sender, EventArgs e ) : void
_listFiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
_numericAnimationStart_ValueChanged ( object sender, Myra.Utility.ValueChangedEventArgs e ) : void
_numericAnimationStep_ValueChanged ( object sender, Myra.Utility.ValueChangedEventArgs e ) : void
_sliderPlayer_ValueChangedByUser ( object sender, Myra.Utility.ValueChangedEventArgs e ) : void
_textFilter_TextChanged ( object sender, Myra.Utility.ValueChangedEventArgs e ) : void

메소드 상세

Draw() 보호된 메소드

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

EndRun() 보호된 메소드

protected EndRun ( ) : void
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

ViewerGame() 공개 메소드

public ViewerGame ( ) : Microsoft.Xna.Framework
리턴 Microsoft.Xna.Framework