Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Fade (float opacityTarget) | |
Fade (float opacityTarget, int duration) | |
void | BindTo (Segments.LooseSprite obj) |
void | SetDelay (float delay) |
void | ApplyTo (Segments.LooseSprite 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 | |
int | _duration |
float | _opacityTarget |
float | _delay |
Definition at line 701 of file Actions.cs.