terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 7 of file InputRange.cs.