TimedBehaviour
Class in Zigurous.Architecture
Declaration
public sealed class TimedBehaviour : MonoBehaviour
Description
A behavior that invokes timed events at a set interval and/or duration.
Properties
settings | The settings of the timer. |
events | The events invoked by the timer. |
stats | The current stats of the timer (Read only). |
Methods
Restart | Resets the elapsed time and re-enables the timer. This does not reset the tracked timer stats. |