terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
PunchCameraModifier (Vector2 startPosition, Vector2 direction, float strength, float vibrationCyclesPerSecond, int frames, float distanceFalloff=-1f, [Optional] string uniqueIdentity) | |
void | Update (CameraInfo cameraInfo) |
Properties | |
string | UniqueIdentity [get, private set] |
bool | Finished [get, 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 9 of file PunchCameraModifier.cs.