|
Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine. GitHub | Iuvo Unity Updates | Creator |
Public Member Functions | |
| void | Awake () |
| void | Start () |
| void | Update () |
Public Attributes | |
| TimerConfiguration | timerConfig |
| TextMeshProUGUI | timerText |
| Timer | testTimer |
| void TimerTestUI.Awake | ( | ) |
References IuvoUnity.Debug.IuvoDebug.DebugLogError(), testTimer, timerConfig, and timerText.
| void TimerTestUI.Start | ( | ) |
References IuvoUnity.Debug.IuvoDebug.DebugLog(), IuvoUnity.IuvoTime.TimeKeeper.FormatElapsedTime(), testTimer, and timerText.
| void TimerTestUI.Update | ( | ) |
References IuvoUnity.IuvoTime.TimeKeeper.FormatElapsedTime(), IuvoUnity.IuvoTime.TimeKeeper.FormatRemainingTime(), IuvoUnity.IuvoTime.TimeKeeper.IsDecrement(), IuvoUnity.IuvoTime.TimeKeeper.IsIncrement(), IuvoUnity.IuvoTime.TimeKeeper.IsStopwatch(), testTimer, and timerText.
| TimerConfiguration TimerTestUI.timerConfig |
Referenced by Awake().