C# 클래스 TPInputLibrary.SF4InputState

파일 보기 프로젝트 열기: Necrophagos/SF4ComboTrainer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Equals ( SF4InputState other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToInputsArray ( ) : Input[]
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( SF4InputState other ) : bool
other SF4InputState
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToInputsArray() 공개 메소드

public ToInputsArray ( ) : Input[]
리턴 Input[]

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Back 공개적으로 프로퍼티

public bool Back
리턴 bool

Backward 공개적으로 프로퍼티

public bool Backward
리턴 bool

Down 공개적으로 프로퍼티

public bool Down
리턴 bool

Forward 공개적으로 프로퍼티

public bool Forward
리턴 bool

HardKick 공개적으로 프로퍼티

public bool HardKick
리턴 bool

HardPunch 공개적으로 프로퍼티

public bool HardPunch
리턴 bool

Left 공개적으로 프로퍼티

public bool Left
리턴 bool

LightKick 공개적으로 프로퍼티

public bool LightKick
리턴 bool

LightPunch 공개적으로 프로퍼티

public bool LightPunch
리턴 bool

MediumKick 공개적으로 프로퍼티

public bool MediumKick
리턴 bool

MediumPunch 공개적으로 프로퍼티

public bool MediumPunch
리턴 bool

Right 공개적으로 프로퍼티

public bool Right
리턴 bool

Start 공개적으로 프로퍼티

public bool Start
리턴 bool

Up 공개적으로 프로퍼티

public bool Up
리턴 bool