Inherits GameEffect.
Inherited by SimpleOverlay.
|
|
| Overlay (EffectPriority priority, RenderLayers layer) |
| |
|
abstract void | Draw (SpriteBatch spriteBatch) |
| |
|
abstract void | Update (GameTime gameTime) |
| |
|
abstract void | Activate (Vector2 position, params object[] args) |
| |
|
abstract void | Deactivate (params object[] args) |
| |
|
abstract bool | IsVisible () |
| |
|
void | Load () |
| |
|
virtual void | OnLoad () |
| |
|
|
OverlayMode | Mode = OverlayMode.Inactive |
| |
|
float | Opacity |
| |
|
|
RenderLayers | Layer [get] |
| |
|
bool | IsLoaded [get] |
| |
|
EffectPriority | Priority [get] |
| |
|
|
bool | _isLoaded |
| |
|
EffectPriority | _priority |
| |