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
|
Public Member Functions | |
PunchCameraModifier (Vector2 startPosition, Vector2 direction, float strength, float vibrationCyclesPerSecond, int frames, float distanceFalloff=-1f, string uniqueIdentity=null) | |
void | Update (ref CameraInfo cameraInfo) |
Properties | |
string | UniqueIdentity [get, set, private set] |
bool | Finished [get, set, private set] |
Private Attributes | |
int | _framesToLast |
Vector2 | _startPosition |
Vector2 | _direction |
float | _distanceFalloff |
float | _strength |
float | _vibrationCyclesPerSecond |
int | _framesLasted |
string< UniqueIdentity > | k__BackingField |
bool< Finished > | k__BackingField |
Definition at line 11 of file PunchCameraModifier.cs.