terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
InControl.InputControlMapping Class Reference

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 = (float)16256
 
bool raw
 
bool passive
 
bool ignoreInitialZeroValue
 
float sensitivity = (float)16256
 
float lowerDeadZone
 
float upperDeadZone = (float)16256
 
InputControlSource source
 
InputControlType target
 
InputRangeType sourceRange
 
InputRangeType targetRange
 

Detailed Description

Definition at line 8 of file InputControlMapping.cs.


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