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.InputControlState Struct Reference
+ Collaboration diagram for InControl.InputControlState:

Public Member Functions

void Reset ()
 
void Set (float value)
 
void Set (float value, float threshold)
 
void Set (bool state)
 

Static Public Member Functions

static implicit operator bool (InputControlState state)
 
static implicit operator float (InputControlState state)
 
static bool operator== (InputControlState a, InputControlState b)
 
static bool operator!= (InputControlState a, InputControlState b)
 

Public Attributes

bool State
 
float Value
 
float RawValue
 

Detailed Description

Definition at line 8 of file InputControlState.cs.


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