C# 클래스 CrewChiefV3.RaceRoom.R3ESpotter

상속: Spotter
파일 보기 프로젝트 열기: mrbelowski/r3e_crewchief_v3

공개 메소드들

메소드 설명
R3ESpotter ( AudioPlayer audioPlayer, System.Boolean initialEnabledState ) : System
clearState ( ) : void
disableSpotter ( ) : void
enableSpotter ( ) : void
pause ( ) : void
trigger ( Object lastStateObj, Object currentStateObj ) : void
unpause ( ) : void

비공개 메소드들

메소드 설명
checkDelta ( float rawDelta, float speed ) : System.Boolean

메소드 상세

R3ESpotter() 공개 메소드

public R3ESpotter ( AudioPlayer audioPlayer, System.Boolean initialEnabledState ) : System
audioPlayer AudioPlayer
initialEnabledState System.Boolean
리턴 System

clearState() 공개 메소드

public clearState ( ) : void
리턴 void

disableSpotter() 공개 메소드

public disableSpotter ( ) : void
리턴 void

enableSpotter() 공개 메소드

public enableSpotter ( ) : void
리턴 void

pause() 공개 메소드

public pause ( ) : void
리턴 void

trigger() 공개 메소드

public trigger ( Object lastStateObj, Object currentStateObj ) : void
lastStateObj Object
currentStateObj Object
리턴 void

unpause() 공개 메소드

public unpause ( ) : void
리턴 void