https://github.com/emmanuel-dev000/range-variable
Easily clamp values in min and max inclusively using Range Variable.
https://github.com/emmanuel-dev000/range-variable
c-sharp min-max range range-variable unity variable
Last synced: 27 days ago
JSON representation
Easily clamp values in min and max inclusively using Range Variable.
- Host: GitHub
- URL: https://github.com/emmanuel-dev000/range-variable
- Owner: emmanuel-dev000
- License: unlicense
- Created: 2023-05-14T02:00:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T02:43:54.000Z (over 2 years ago)
- Last Synced: 2025-01-21T10:09:44.336Z (about 1 year ago)
- Topics: c-sharp, min-max, range, range-variable, unity, variable
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RangeVariable
Easily clamp the values in min and max inclusively using Range Variable.
Currently has:
- RangeInt
- RangeFloat
- RangeDouble
- RangeLong
- RangeByte
The .dll file can be used inside Unity.
Or you can dowwnload this repository, and drag-n-drop these files to your projects.


Licensing:
Pretty much you can do whatever you want with this repository.
You're welcome to clone then add, edit/modify, or delete files to repository.
Creditting is also isn't mandatory.