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
Terraria.Graphics.CameraModifiers.PunchCameraModifier Class Reference
+ Inheritance diagram for Terraria.Graphics.CameraModifiers.PunchCameraModifier:
+ Collaboration diagram for Terraria.Graphics.CameraModifiers.PunchCameraModifier:

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< UniqueIdentityk__BackingField
 
bool< Finishedk__BackingField
 

Detailed Description

Definition at line 11 of file PunchCameraModifier.cs.


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