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.PlayerSegment Class Reference
+ Inheritance diagram for Terraria.GameContent.Animations.Segments.PlayerSegment:
+ Collaboration diagram for Terraria.GameContent.Animations.Segments.PlayerSegment:

Classes

class  ImmediateSpritebatchForPlayerDyesEffect
 
interface  IShaderEffect
 

Public Member Functions

 PlayerSegment (int targetTime, Vector2 anchorOffset, Vector2 normalizedHitboxOrigin)
 
Segments.PlayerSegment UseShaderEffect (Segments.PlayerSegment.IShaderEffect shaderEffect)
 
override void Draw (ref GameAnimationSegment info)
 
Segments.AnimationSegmentWithActions< T > Then (IAnimationSegmentAction< T > act)
 
Segments.AnimationSegmentWithActions< T > With (IAnimationSegmentAction< T > act)
 

Protected Member Functions

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

Protected Attributes

int _targetTime
 

Properties

float DedicatedTimeNeeded [get, set]
 

Private Member Functions

void ResetPlayerAnimation (ref GameAnimationSegment info)
 

Static Private Member Functions

static PlayerSegment ()
 

Private Attributes

Player _player
 
Vector2 _anchorOffset
 
Vector2 _normalizedOriginForHitbox
 
Segments.PlayerSegment.IShaderEffect _shaderEffect
 
int _dedicatedTimeNeeded
 
int _lastDedicatedTimeNeeded
 
List< IAnimationSegmentAction< T > > _actions
 

Static Private Attributes

static Item _blankItem
 

Detailed Description

Definition at line 521 of file Segments.cs.


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