Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Animations.Segments.AnimationSegmentWithActions< T > Class Template Referenceabstract

Public Member Functions

 AnimationSegmentWithActions (int targetTime)
 
AnimationSegmentWithActions< T > Then (IAnimationSegmentAction< T > act)
 
AnimationSegmentWithActions< T > With (IAnimationSegmentAction< T > act)
 
void Draw (ref GameAnimationSegment info)
 

Protected Member Functions

void ProcessActions (T obj, float localTimeForObject)
 
void Bind (IAnimationSegmentAction< T > act)
 

Protected Attributes

int _targetTime
 

Properties

float DedicatedTimeNeeded [get]
 

Private Attributes

int _dedicatedTimeNeeded
 
int _lastDedicatedTimeNeeded
 
List< IAnimationSegmentAction< T > > _actions = new List<IAnimationSegmentAction<T>>()
 

Detailed Description

Definition at line 68 of file Segments.cs.


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