| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Include namespace at the top of your script:
using GD.MinMaxSlider;Code for the demonstration above:
[MinMaxSlider(0,10)]
public Vector2 floatTest = new Vector2(2f, 8f);
[MinMaxSlider(0,10)]
public Vector2Int intTest;Very simple and very handy!
| Back | FazBrowse Home | New Git URL |