terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
InputRange (InputRangeType type) | |
bool | Includes (float value) |
Static Public Member Functions | |
static bool | Excludes (InputRangeType rangeType, float value) |
static float | Remap (float value, InputRangeType sourceRangeType, InputRangeType targetRangeType) |
static | InputRange () |
Public Attributes | |
readonly float | Value0 |
readonly float | Value1 |
readonly InputRangeType | Type |
Private Member Functions | |
InputRange (float value0, float value1, InputRangeType type) | |
bool | Excludes (float value) |
Static Private Member Functions | |
static float | Remap (float value, InputRange sourceRange, InputRange targetRange) |
Static Private Attributes | |
static readonly InputRange[] | typeToRange |
Definition at line 9 of file InputRange.cs.