Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Animations.Segments.SpriteSegment.MaskedFadeEffect Class Reference

Public Member Functions

delegate Matrix GetMatrixAction ()
 
 MaskedFadeEffect (GetMatrixAction fetchMatrixMethod=null, string shaderKey="MaskedFade", int verticalFrameCount=1, int verticalFrameWait=1)
 
void BeforeDrawing (ref GameAnimationSegment info, ref DrawData drawData)
 
MaskedFadeEffect WithPanX (Panning panning)
 
MaskedFadeEffect WithPanY (Panning panning)
 
void AfterDrawing (ref GameAnimationSegment info, ref DrawData drawData)
 

Private Member Functions

Matrix DefaultFetchMatrix ()
 

Private Attributes

readonly string _shaderKey
 
readonly int _verticalFrameCount
 
readonly int _verticalFrameWait
 
Panning _panX
 
Panning _panY
 
GetMatrixAction _fetchMatrix
 

Detailed Description

Definition at line 307 of file Segments.cs.


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