| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| MoonlordExplosion (Texture2D pieceTexture, Vector2 centerPos, int frameSpeed) | |
| void | Update () | 
| void | Draw (SpriteBatch sp) | 
| bool | InDrawRange (Rectangle playerScreen) | 
| Color | GetLight () | 
Properties | |
| bool | Dead [get] | 
Private Attributes | |
| Texture2D | _texture | 
| Vector2 | _position | 
| Vector2 | _origin | 
| Rectangle | _frame | 
| int | _frameCounter | 
| int | _frameSpeed | 
Definition at line 89 of file MoonlordDeathDrama.cs.