|
Terraria v1.4.4.9
Terraria source code documentation
|
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 = OverlayMode.Inactive |
| float | Opacity |
Protected Attributes | |
| bool | _isLoaded |
| EffectPriority | _priority |
Properties | |
| RenderLayers | Layer [get] |
| bool | IsLoaded [get] |
| EffectPriority | Priority [get] |
Private Attributes | |
| RenderLayers | _layer = RenderLayers.All |
Definition at line 6 of file Overlay.cs.