C# Class CrewChiefV3.PCars.PCarsSpotterv2

Inheritance: Spotter
Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3

Public Methods

Method Description
PCarsSpotterv2 ( AudioPlayer audioPlayer, System.Boolean initialEnabledState ) : System
clearState ( ) : void
disableSpotter ( ) : void
enableSpotter ( ) : void
pause ( ) : void
trigger ( Object lastStateObj, Object currentStateObj ) : void
unpause ( ) : void

Private Methods

Method Description
getSpeed ( float current, float previous, float timeInterval ) : float

Method Details

PCarsSpotterv2() public method

public PCarsSpotterv2 ( AudioPlayer audioPlayer, System.Boolean initialEnabledState ) : System
audioPlayer AudioPlayer
initialEnabledState System.Boolean
return System

clearState() public method

public clearState ( ) : void
return void

disableSpotter() public method

public disableSpotter ( ) : void
return void

enableSpotter() public method

public enableSpotter ( ) : void
return void

pause() public method

public pause ( ) : void
return void

trigger() public method

public trigger ( Object lastStateObj, Object currentStateObj ) : void
lastStateObj Object
currentStateObj Object
return void

unpause() public method

public unpause ( ) : void
return void