Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
MoveWithAcceleration (Vector2 offsetPerFrame, Vector2 accelerationPerFrame, int durationInFrames) | |
void | BindTo (Player obj) |
void | SetDelay (float delay) |
void | ApplyTo (Player obj, float localTimeForObj) |
void | BindTo (T obj) |
void | ApplyTo (T obj, float localTimeForObj) |
void | BindTo (T obj) |
void | ApplyTo (T obj, float localTimeForObj) |
Properties | |
int | ExpectedLengthOfActionInFrames [get] |
Private Attributes | |
Vector2 | _offsetPerFrame |
Vector2 | _accelerationPerFrame |
int | _duration |
float | _delay |
Definition at line 127 of file Actions.cs.