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
Loading...
Searching...
No Matches
InControl.InputRange Struct Reference
+ Collaboration diagram for InControl.InputRange:

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
 

Static Public Attributes

static readonly InputRange None
 
static readonly InputRange MinusOneToOne
 
static readonly InputRange OneToMinusOne
 
static readonly InputRange ZeroToOne
 
static readonly InputRange ZeroToMinusOne
 
static readonly InputRange OneToZero
 
static readonly InputRange MinusOneToZero
 

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
 

Detailed Description

Definition at line 9 of file InputRange.cs.


The documentation for this struct was generated from the following file: