Class SimpleTimer
A TimerProgress intended to be used as a component.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
SimpleTimer
Inherited Members
Namespace: AdrianMiasik.Components.Base
Assembly: Assembly-CSharp.dll
Syntax
public class SimpleTimer : TimerProgress
Methods
| Improve this Doc View SourceOnComplete()
Declaration
protected override void OnComplete()
Overrides
| Improve this Doc View SourceOnStart()
Declaration
protected override void OnStart()
Overrides
| Improve this Doc View SourceOnUpdate(Single)
Declaration
protected override void OnUpdate(float progress)
Parameters
Type | Name | Description |
---|---|---|
System.Single | progress |