Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

1.6.0

Latest

Choose a tag to compare

@adamgraham adamgraham released this 20 May 05:52
· 5 commits to main since this release

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 INumberRange types
  • Added overridable defaultValue property to ValueAccumulator<T>

Changed

  • Moved INumberRange into its own file
  • Reorganized file directories
  • Minor changes to documentation comments