C# Class MegaMan.Editor.Controls.ViewModels.SpriteViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
InsertFrame ( int index ) : void
Pause ( ) : void
Play ( ) : void
Remove ( SpriteFrame frame ) : void
SpriteViewModel ( Sprite sprite ) : System

Method Details

InsertFrame() public method

public InsertFrame ( int index ) : void
index int
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Remove() public method

public Remove ( SpriteFrame frame ) : void
frame SpriteFrame
return void

SpriteViewModel() public method

public SpriteViewModel ( Sprite sprite ) : System
sprite Sprite
return System