Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Animations.Actions.Sprites.LinearScale Class Reference

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]
 

Private Attributes

Vector2 _scaleTarget
 
float _delay
 

Detailed Description

Definition at line 806 of file Actions.cs.


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