C# Class TimeControl, 306_project2

Inheritance: MonoBehaviour
Mostrar archivo Open project: ElliotWhiley/306_project2 Class Usage Examples

Public Properties

Property Type Description
coinCollected float
text Text
time float

Public Methods

Method Description
StopTimer ( ) : void

Private Methods

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

Method Details

StopTimer() public method

public StopTimer ( ) : void
return void

Property Details

coinCollected public_oe static_oe property

public static float coinCollected
return float

text public_oe property

public Text text
return Text

time public_oe property

public float time
return float