C# Class EngineMonitor, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
EF_Field GameObject
Eng_Lite GameObject
Fwd_Lite GameObject
Inst_Lite GameObject
LR_Scan GameObject
Oxy_Warn GameObject
Pres_Warn GameObject
Rev_Lite GameObject
SC_Laser GameObject
SR_Scan GameObject
Speed_Indic Slider,
Spot_Lite GameObject
baseMat Material
baseRend Renderer
battery GameObject[]
sub Submarine_Resources,
subCon SubControl,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
getEngState ( ) : int
getFwdRev ( ) : int
getInstState ( ) : int
getLaserState ( ) : int
getSpotState ( ) : int
setEngState ( int eState ) : void
setFwdRev ( int frState ) : void
setInstState ( int inState ) : void
setLaserState ( int lazState ) : void
setScanState ( int scanState ) : void
setSpotState ( int sptState ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getEngState() public méthode

public getEngState ( ) : int
Résultat int

getFwdRev() public méthode

public getFwdRev ( ) : int
Résultat int

getInstState() public méthode

public getInstState ( ) : int
Résultat int

getLaserState() public méthode

public getLaserState ( ) : int
Résultat int

getSpotState() public méthode

public getSpotState ( ) : int
Résultat int

setEngState() public méthode

public setEngState ( int eState ) : void
eState int
Résultat void

setFwdRev() public méthode

public setFwdRev ( int frState ) : void
frState int
Résultat void

setInstState() public méthode

public setInstState ( int inState ) : void
inState int
Résultat void

setLaserState() public méthode

public setLaserState ( int lazState ) : void
lazState int
Résultat void

setScanState() public méthode

public setScanState ( int scanState ) : void
scanState int
Résultat void

setSpotState() public méthode

public setSpotState ( int sptState ) : void
sptState int
Résultat void

Property Details

EF_Field public_oe property

public GameObject EF_Field
Résultat GameObject

Eng_Lite public_oe property

public GameObject Eng_Lite
Résultat GameObject

Fwd_Lite public_oe property

public GameObject Fwd_Lite
Résultat GameObject

Inst_Lite public_oe property

public GameObject Inst_Lite
Résultat GameObject

LR_Scan public_oe property

public GameObject LR_Scan
Résultat GameObject

Oxy_Warn public_oe property

public GameObject Oxy_Warn
Résultat GameObject

Pres_Warn public_oe property

public GameObject Pres_Warn
Résultat GameObject

Rev_Lite public_oe property

public GameObject Rev_Lite
Résultat GameObject

SC_Laser public_oe property

public GameObject SC_Laser
Résultat GameObject

SR_Scan public_oe property

public GameObject SR_Scan
Résultat GameObject

Speed_Indic public_oe property

public Slider, Speed_Indic
Résultat Slider,

Spot_Lite public_oe property

public GameObject Spot_Lite
Résultat GameObject

baseMat public_oe property

public Material baseMat
Résultat Material

baseRend public_oe property

public Renderer baseRend
Résultat Renderer

battery public_oe property

public GameObject[] battery
Résultat GameObject[]

sub public_oe property

public Submarine_Resources, sub
Résultat Submarine_Resources,

subCon public_oe property

public SubControl, subCon
Résultat SubControl,