| 
    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 
   | 
 
 Inheritance diagram for Terraria.GameContent.Animations.Actions.Sprites.LinearScale:
 Collaboration diagram for Terraria.GameContent.Animations.Actions.Sprites.LinearScale:Public Member Functions | |
| LinearScale (Vector2 scaleTarget) | |
| LinearScale (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, set] | 
Private Attributes | |
| Vector2 | _scaleTarget | 
| float | _delay | 
Definition at line 2007 of file Actions.cs.