C# Class TPInputLibrary.SF4InputState

Afficher le fichier Open project: Necrophagos/SF4ComboTrainer Class Usage Examples

Méthodes publiques

Свойство Type Description
Back bool
Backward bool
Down bool
Forward bool
HardKick bool
HardPunch bool
Left bool
LightKick bool
LightPunch bool
MediumKick bool
MediumPunch bool
Right bool
Start bool
Up bool

Méthodes publiques

Méthode Description
Equals ( SF4InputState other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToInputsArray ( ) : Input[]
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( SF4InputState other ) : bool
other SF4InputState
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToInputsArray() public méthode

public ToInputsArray ( ) : Input[]
Résultat Input[]

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Back public_oe property

public bool Back
Résultat bool

Backward public_oe property

public bool Backward
Résultat bool

Down public_oe property

public bool Down
Résultat bool

Forward public_oe property

public bool Forward
Résultat bool

HardKick public_oe property

public bool HardKick
Résultat bool

HardPunch public_oe property

public bool HardPunch
Résultat bool

Left public_oe property

public bool Left
Résultat bool

LightKick public_oe property

public bool LightKick
Résultat bool

LightPunch public_oe property

public bool LightPunch
Résultat bool

MediumKick public_oe property

public bool MediumKick
Résultat bool

MediumPunch public_oe property

public bool MediumPunch
Résultat bool

Right public_oe property

public bool Right
Résultat bool

Start public_oe property

public bool Start
Résultat bool

Up public_oe property

public bool Up
Résultat bool