![]() |
tModLoader v2025.01
A mod to make and play Terraria mods
|
Inherits Segments.AnimationSegmentWithActions< NPC >.
Public Member Functions | |
NPCSegment (int targetTime, int npcId, Vector2 anchorOffset, Vector2 normalizedNPCHitboxOrigin) | |
override void | Draw (ref GameAnimationSegment info) |
![]() | |
AnimationSegmentWithActions (int targetTime) | |
abstract void | Draw (ref GameAnimationSegment info) |
AnimationSegmentWithActions< T > | Then (IAnimationSegmentAction< T > act) |
AnimationSegmentWithActions< T > | With (IAnimationSegmentAction< T > act) |
Protected Member Functions | |
override void | Bind (IAnimationSegmentAction< NPC > act) |
![]() | |
abstract void | Bind (IAnimationSegmentAction< T > act) |
void | ProcessActions (T obj, float localTimeForObject) |
Additional Inherited Members | |
![]() | |
int | _targetTime |
![]() | |
float | DedicatedTimeNeeded [get] |
|
virtual |
Implements Segments.AnimationSegmentWithActions< NPC >.