C# Class CrewChiefV3.RaceRoom.R3ESpotter

Inheritance: Spotter
Afficher le fichier Open project: mrbelowski/r3e_crewchief_v3

Méthodes publiques

Méthode Description
R3ESpotter ( AudioPlayer audioPlayer, System.Boolean initialEnabledState ) : System
clearState ( ) : void
disableSpotter ( ) : void
enableSpotter ( ) : void
pause ( ) : void
trigger ( Object lastStateObj, Object currentStateObj ) : void
unpause ( ) : void

Private Methods

Méthode Description
checkDelta ( float rawDelta, float speed ) : System.Boolean

Method Details

R3ESpotter() public méthode

public R3ESpotter ( AudioPlayer audioPlayer, System.Boolean initialEnabledState ) : System
audioPlayer AudioPlayer
initialEnabledState System.Boolean
Résultat System

clearState() public méthode

public clearState ( ) : void
Résultat void

disableSpotter() public méthode

public disableSpotter ( ) : void
Résultat void

enableSpotter() public méthode

public enableSpotter ( ) : void
Résultat void

pause() public méthode

public pause ( ) : void
Résultat void

trigger() public méthode

public trigger ( Object lastStateObj, Object currentStateObj ) : void
lastStateObj Object
currentStateObj Object
Résultat void

unpause() public méthode

public unpause ( ) : void
Résultat void