|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| OutCircleScale (Vector2 scaleTarget) | |
| OutCircleScale (Vector2 scaleTarget, int duration) | |
| void | BindTo (Segments.LooseSprite obj) |
| void | BindTo (T obj) |
| void | BindTo (T obj) |
| void | SetDelay (float delay) |
| void | ApplyTo (Segments.LooseSprite obj, float localTimeForObj) |
| void | ApplyTo (T obj, float localTimeForObj) |
| void | ApplyTo (T obj, float localTimeForObj) |
Protected Member Functions | |
| override float | GetProgress (float durationInFramesToApply) |
Protected Attributes | |
| int | Duration |
Properties | |
| int | ExpectedLengthOfActionInFrames [get] |
Private Attributes | |
| Vector2 | _scaleTarget |
| float | _delay |
Definition at line 824 of file Actions.cs.