This repository was archived by the owner on May 23, 2023. It is now read-only.
Added
- New update mode strategy pattern to allow behaviors to switch between update modes while maintaining performance and overhead
- Behaviors with the same update mode are grouped to reduce the number of update calls
- Added lerp functions to
INumberRangetypes - Added overridable
defaultValueproperty toValueAccumulator<T>
Changed
- Moved
INumberRangeinto its own file - Reorganized file directories
- Minor changes to documentation comments