Skip to content

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureFunctions

A folder of utility methods for Unity.

These scripts are meant to be pure. Meaning: .The function return values are identical for identical arguments (no variation with local static variables, non-local variables, mutable reference arguments or input streams). .The function application has no side effects (no mutation of local static variables, non-local variables, mutable reference arguments or input/output streams).

Intended to be a git submodule in projects.

Author: Leon Higgin ([email protected])

About

A sub repository of utility methods for Unity game development.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages