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
|
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, set] |
Private Attributes | |
Texture2D | _texture |
Vector2 | _position |
Vector2 | _velocity |
Vector2 | _origin |
float | _rotation |
float | _rotationVelocity |
Definition at line 267 of file MoonlordDeathDrama.cs.