C# 클래스 VSViewer.ViewModels.AnimationToolViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: MercurialForge/VSViewer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DoNextFrame void
DoPrevFrame void
DoTogglePause void
GetPlaybackSpeedText string
LoadAsset void
MergeAndView void
OpenSubFile bool
PrepSubFile void
Reset void
StepAnim_Next void
StepAnim_Prev void
WrapAnimationIndex int

공개 메소드들

메소드 설명
AnimationToolViewModel ( MainWindowViewModel mainWindowViewModel ) : System
Flush ( ) : void
ForceUpdate ( ) : void
Tick ( System.TimeSpan deltaTime ) : void

비공개 메소드들

메소드 설명
DoNextFrame ( ) : void
DoPrevFrame ( ) : void
DoTogglePause ( ) : void
GetPlaybackSpeedText ( int speed ) : string
LoadAsset ( EndianBinaryReader reader ) : void
MergeAndView ( ) : void
OpenSubFile ( string &outPath ) : bool
PrepSubFile ( ) : void
Reset ( ) : void
StepAnim_Next ( ) : void
StepAnim_Prev ( ) : void
WrapAnimationIndex ( int newIndex ) : int

메소드 상세

AnimationToolViewModel() 공개 메소드

public AnimationToolViewModel ( MainWindowViewModel mainWindowViewModel ) : System
mainWindowViewModel MainWindowViewModel
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

ForceUpdate() 공개 메소드

public ForceUpdate ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
리턴 void