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

Public Member Functions

float ApplyToValue (float value)
 
 InputControlMapping ()
 

Properties

string Name [get, set]
 
bool Invert [get, set]
 
float Scale [get, set]
 
bool Raw [get, set]
 
bool Passive [get, set]
 
bool IgnoreInitialZeroValue [get, set]
 
float Sensitivity [get, set]
 
float LowerDeadZone [get, set]
 
float UpperDeadZone [get, set]
 
InputControlSource Source [get, set]
 
InputControlType Target [get, set]
 
InputRangeType SourceRange [get, set]
 
InputRangeType TargetRange [get, set]
 

Private Attributes

string name
 
bool invert
 
float scale
 
bool raw
 
bool passive
 
bool ignoreInitialZeroValue
 
float sensitivity
 
float lowerDeadZone
 
float upperDeadZone
 
InputControlSource source
 
InputControlType target
 
InputRangeType sourceRange
 
InputRangeType targetRange
 

Detailed Description

Definition at line 12 of file InputControlMapping.cs.


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