Releases: ryanslikesocool/ClockKit
Releases · ryanslikesocool/ClockKit
v1.3.2
- Add
Timer.Stop
with collection support - Remove
DWL_TIMER
preprocessor
1.3.0
- Removed certain MonoBehaviour dependencies
1.2.2
- Overload fixes
1.2.0
- Update inline documentation
- Add another frame based timer
1.1.1
- Add
Timer.Delay.While
method
1.1.0 - Refactoring and additions
- Rename Timer component to Delay
- Rename old Timer methods
- Add repeat parameter to Delay methods
- Add Timer controller component. Internal use only.
- Add Update component for doing things over time
- Update Readme
- Update package version
1.0.5 - Safety check
- Add safety check so a Timer instance can't be created if the game is quitting.
1.0.4 - Documentation
- Changed package identifier
- Added documentation/XML markup to code
1.0.3 - Initial Release 🎉
- Add basic timer functions