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
Loading...
Searching...
No Matches
Terraria.GameContent.Animations.Segments.AnimationSegmentWithActions< T > Class Template Referenceabstract
+ Inheritance diagram for Terraria.GameContent.Animations.Segments.AnimationSegmentWithActions< T >:
+ Collaboration diagram for Terraria.GameContent.Animations.Segments.AnimationSegmentWithActions< T >:

Public Member Functions

 AnimationSegmentWithActions (int targetTime)
 
Segments.AnimationSegmentWithActions< T > Then (IAnimationSegmentAction< T > act)
 
Segments.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, set]
 

Private Attributes

int _dedicatedTimeNeeded
 
int _lastDedicatedTimeNeeded
 
List< IAnimationSegmentAction< T > > _actions
 

Detailed Description

Definition at line 163 of file Segments.cs.


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