terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Ufo (Texture2D texture, float depth=1f) | |
Rectangle | GetSourceRectangle () |
bool | Update () |
void | AssignNewBehavior () |
Static Public Member Functions | |
static | Ufo () |
Public Attributes | |
Texture2D | GlowTexture |
Vector2 | Position |
int | FrameHeight |
int | FrameWidth |
float | Depth |
float | Scale |
float | Opacity |
bool | IsActive |
float | Rotation |
Static Public Attributes | |
static UnifiedRandom | Random |
Properties | |
int | Frame [get, set] |
Texture2D | Texture [get, set] |
MartianSky.IUfoController | Controller [get, set] |
Private Attributes | |
int | _frame |
Texture2D | _texture |
MartianSky.IUfoController | _controller |
Static Private Attributes | |
const int | MAX_FRAMES = 3 |
const int | FRAME_RATE = 4 |
Definition at line 252 of file MartianSky.cs.