C# Class VSViewer.ViewModels.AnimationToolViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: MercurialForge/VSViewer Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
AnimationToolViewModel ( MainWindowViewModel mainWindowViewModel ) : System
Flush ( ) : void
ForceUpdate ( ) : void
Tick ( System.TimeSpan deltaTime ) : void

Private Methods

Méthode Description
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

Method Details

AnimationToolViewModel() public méthode

public AnimationToolViewModel ( MainWindowViewModel mainWindowViewModel ) : System
mainWindowViewModel MainWindowViewModel
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

ForceUpdate() public méthode

public ForceUpdate ( ) : void
Résultat void

Tick() public méthode

public Tick ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
Résultat void