Riwmorld
|
Public Member Functions | |
IntRange (int min, int max) | |
override bool | Equals (object obj) |
bool | Equals (IntRange other) |
override int | GetHashCode () |
int | Lerped (float lerpFactor) |
override string | ToString () |
Static Public Member Functions | |
static IntRange | FromString (string s) |
static bool | operator== (IntRange lhs, IntRange rhs) |
static bool | operator!= (IntRange lhs, IntRange rhs) |
Public Attributes | |
int | min |
int | max |
Properties | |
float | Average [get] |
static IntRange | one [get] |
int | RandomInRange [get] |
static IntRange | zero [get] |