C# Class ShellShock.StatTracker

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: GREEDYHD/ShellShock

Public Properties

Property Type Description
accoladeManager UnityEngine.GameObject
amountOfBullets float
elusiveScore float
p UnityEngine.GameObject
timeSatStill float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

accoladeManager public_oe property

public GameObject,UnityEngine accoladeManager
return UnityEngine.GameObject

amountOfBullets public_oe property

public float amountOfBullets
return float

elusiveScore public_oe property

public float elusiveScore
return float

p public_oe property

public GameObject,UnityEngine p
return UnityEngine.GameObject

timeSatStill public_oe property

public float timeSatStill
return float