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.GameContent.Animations.Actions.Players.MoveWithAcceleration Class Reference
+ Inheritance diagram for Terraria.GameContent.Animations.Actions.Players.MoveWithAcceleration:
+ Collaboration diagram for Terraria.GameContent.Animations.Actions.Players.MoveWithAcceleration:

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, set]
 

Private Attributes

Vector2 _offsetPerFrame
 
Vector2 _accelerationPerFrame
 
int _duration
 
float _delay
 

Detailed Description

Definition at line 261 of file Actions.cs.


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