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 | |
Overlay (EffectPriority priority, RenderLayers layer) | |
void | Draw (SpriteBatch spriteBatch) |
void | Update (GameTime gameTime) |
void | Load () |
virtual void | OnLoad () |
bool | IsVisible () |
void | Activate (Vector2 position, params object[] args) |
void | Deactivate (params object[] args) |
Public Attributes | |
OverlayMode | Mode |
float | Opacity |
Protected Attributes | |
bool | _isLoaded |
EffectPriority | _priority |
Properties | |
RenderLayers | Layer [get] |
bool | IsLoaded [get] |
EffectPriority | Priority [get] |
Private Attributes | |
RenderLayers | _layer |
Definition at line 8 of file Overlay.cs.