Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.Extras.UITimer Class Reference

Shows score in a text field. More...

Inheritance diagram for PlatformerPro.Extras.UITimer:

Protected Attributes

string formatString = "{0:00}"
 
bool convertTimeToInt = true
 
Text counterText
 The text field to show timer on. More...
 
TimeManagerWithTimer timer
 Cached reference to the timer. More...
 

Detailed Description

Shows score in a text field.

Member Data Documentation

◆ convertTimeToInt

bool PlatformerPro.Extras.UITimer.convertTimeToInt = true
protected

◆ counterText

Text PlatformerPro.Extras.UITimer.counterText
protected

The text field to show timer on.

◆ formatString

string PlatformerPro.Extras.UITimer.formatString = "{0:00}"
protected

◆ timer

TimeManagerWithTimer PlatformerPro.Extras.UITimer.timer
protected

Cached reference to the timer.


The documentation for this class was generated from the following file: