UnityEssentials
Small but useful tools and features for Unity
|
Class containing a minimum and max Vectors with its components between 0 and 1 More...
Public Member Functions | |
MinMax01 (Vector2 min, Vector2 max) | |
MinMax01 (float minx, float miny, float maxx, float maxy) | |
Properties | |
Vector2 | min [get, private set] |
Vector2 | max [get, private set] |
Class containing a minimum and max Vectors with its components between 0 and 1
Definition at line 6 of file MinMax01.cs.
UnityEngine.MinMax01.MinMax01 | ( | Vector2 | min, |
Vector2 | max | ||
) |
Definition at line 11 of file MinMax01.cs.
UnityEngine.MinMax01.MinMax01 | ( | float | minx, |
float | miny, | ||
float | maxx, | ||
float | maxy | ||
) |
Definition at line 17 of file MinMax01.cs.
|
getprivate set |
Definition at line 9 of file MinMax01.cs.
|
getprivate set |
Definition at line 8 of file MinMax01.cs.