C# 클래스 ForceFeedbackManager, Cyclyc

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

공개 메소드들

메소드 설명
AddVibration ( float leftMotor, float rightMotor, float durationMS ) : void
ForceFeedbackManager ( PlayerIndex, playerIndex ) : System
GetVibration ( float &leftMotor, float &rightMotor ) : void
Update ( float msElapsed ) : void

메소드 상세

AddVibration() 공개 메소드

public AddVibration ( float leftMotor, float rightMotor, float durationMS ) : void
leftMotor float
rightMotor float
durationMS float
리턴 void

ForceFeedbackManager() 공개 메소드

public ForceFeedbackManager ( PlayerIndex, playerIndex ) : System
playerIndex PlayerIndex,
리턴 System

GetVibration() 공개 메소드

public GetVibration ( float &leftMotor, float &rightMotor ) : void
leftMotor float
rightMotor float
리턴 void

Update() 공개 메소드

public Update ( float msElapsed ) : void
msElapsed float
리턴 void