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 | |
Fade (int alphaPerFrame) | |
Fade (int alphaPerFrame, int duration) | |
void | BindTo (NPC obj) |
void | SetDelay (float delay) |
void | ApplyTo (NPC 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 | |
int | _duration |
int | _alphaPerFrame |
float | _delay |
Definition at line 361 of file Actions.cs.