C# Class FrameTrapped.StreetFighterLibrary.ViewModels.MoveViewModel

Mostra file Open project: jhogoforbroke/Frame-Trapped Class Usage Examples

Public Methods

Method Description
AddCommandToTimeline ( object something ) : void
MoveViewModel ( string name, MoveTypeEnum moveType, ObservableCollection hits, CommandViewModel command ) : System.Collections.Generic

Method Details

AddCommandToTimeline() public method

public AddCommandToTimeline ( object something ) : void
something object
return void

MoveViewModel() public method

public MoveViewModel ( string name, MoveTypeEnum moveType, ObservableCollection hits, CommandViewModel command ) : System.Collections.Generic
name string
moveType MoveTypeEnum
hits ObservableCollection
command CommandViewModel
return System.Collections.Generic