C# 클래스 InControl.InputControlState

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

공개 프로퍼티들

프로퍼티 타입 설명
State bool
Value float
threshold float

공개 메소드들

메소드 설명
Reset ( ) : void
Set ( bool state ) : void
Set ( float value ) : void
operator ( ) : bool

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Set() 공개 메소드

public Set ( bool state ) : void
state bool
리턴 void

Set() 공개 메소드

public Set ( float value ) : void
value float
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

State 공개적으로 프로퍼티

public bool State
리턴 bool

Value 공개적으로 프로퍼티

public float Value
리턴 float

threshold 공개적으로 프로퍼티

public float threshold
리턴 float