| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| MoonlordPiece (Texture2D pieceTexture, Vector2 textureOrigin, Vector2 centerPos, Vector2 velocity, float rot, float angularVelocity) | |
| void | Update () | 
| void | Draw (SpriteBatch sp) | 
| bool | InDrawRange (Rectangle playerScreen) | 
| Color | GetLight () | 
Properties | |
| bool | Dead [get] | 
Private Attributes | |
| Texture2D | _texture | 
| Vector2 | _position | 
| Vector2 | _velocity | 
| Vector2 | _origin | 
| float | _rotation | 
| float | _rotationVelocity | 
Definition at line 12 of file MoonlordDeathDrama.cs.