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

Public Member Functions

 AScale (Vector2 scaleTarget)
 
 AScale (Vector2 scaleTarget, 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)
 

Protected Member Functions

float GetProgress (float durationInFramesToApply)
 

Protected Attributes

int Duration
 

Properties

int ExpectedLengthOfActionInFrames [get]
 

Private Attributes

Vector2 _scaleTarget
 
float _delay
 

Detailed Description

Definition at line 752 of file Actions.cs.


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