terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
NPCSegment (int targetTime, int npcId, Vector2 anchorOffset, Vector2 normalizedNPCHitboxOrigin) | |
override void | Draw (GameAnimationSegment info) |
Segments.AnimationSegmentWithActions< T > | Then (IAnimationSegmentAction< T > act) |
Segments.AnimationSegmentWithActions< T > | With (IAnimationSegmentAction< T > act) |
Protected Member Functions | |
override void | Bind (IAnimationSegmentAction< NPC > act) |
void | ProcessActions (T obj, float localTimeForObject) |
void | Bind (IAnimationSegmentAction< T > act) |
Protected Attributes | |
int | _targetTime |
Properties | |
float | DedicatedTimeNeeded [get] |
Private Member Functions | |
void | ResetNPCAnimation (GameAnimationSegment info) |
Private Attributes | |
NPC | _npc |
Vector2 | _anchorOffset |
Vector2 | _normalizedOriginForHitbox |
int | _dedicatedTimeNeeded |
int | _lastDedicatedTimeNeeded |
List< IAnimationSegmentAction< T > > | _actions |
Definition at line 327 of file Segments.cs.