C# Class SF4ComboTrainerModel.TimeLineItem

Exibir arquivo Open project: Necrophagos/SF4ComboTrainer

Public Properties

Property Type Description
Buttons Input[]
Description String
Directions Input[]
PlaySound bool

Protected Properties

Property Type Description
roadie Roadie

Public Methods

Method Description
Action ( SF4Control sf4control, bool sendInputs ) : void
Deserialize ( String obj ) : TimeLineItem
DisposeRoadie ( ) : void
GetFrameDuration ( ) : int
ParseInput ( String str ) : Input
Serialize ( ) : String
ToString ( ) : string

Method Details

Action() public abstract method

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

Deserialize() public static method

public static Deserialize ( String obj ) : TimeLineItem
obj String
return TimeLineItem

DisposeRoadie() public static method

public static DisposeRoadie ( ) : void
return void

GetFrameDuration() public abstract method

public abstract GetFrameDuration ( ) : int
return int

ParseInput() public static method

public static ParseInput ( String str ) : Input
str String
return Input

Serialize() public abstract method

public abstract Serialize ( ) : String
return String

ToString() public method

public ToString ( ) : string
return string

Property Details

Buttons public_oe static_oe property

public static Input[] Buttons
return Input[]

Description public_oe property

public String Description
return String

Directions public_oe static_oe property

public static Input[] Directions
return Input[]

PlaySound public_oe property

public bool PlaySound
return bool

roadie protected_oe static_oe property

protected static Roadie roadie
return Roadie