C# Class SF4ComboTrainerModel.WaitFrameItem

Inheritance: TimeLineItem
Exibir arquivo Open project: Necrophagos/SF4ComboTrainer Class Usage Examples

Public Properties

Property Type Description
itemType String

Public Methods

Method Description
Action ( SF4Control sf4control, bool sendInputs ) : void
GetFrameDuration ( ) : int
Serialize ( ) : string
WaitFrameItem ( int frames ) : System

Method Details

Action() public method

public Action ( SF4Control sf4control, bool sendInputs ) : void
sf4control SF4Control
sendInputs bool
return void

GetFrameDuration() public method

public GetFrameDuration ( ) : int
return int

Serialize() public method

public Serialize ( ) : string
return string

WaitFrameItem() public method

public WaitFrameItem ( int frames ) : System
frames int
return System

Property Details

itemType public_oe static_oe property

public static String itemType
return String