Inherits Terraria.Graphics.Effects.EffectManager< CustomSky >.
|
void | Draw (SpriteBatch spriteBatch) |
|
void | DrawDepthRange (SpriteBatch spriteBatch, float minDepth, float maxDepth) |
|
void | DrawRemainingDepth (SpriteBatch spriteBatch) |
|
void | DrawToDepth (SpriteBatch spriteBatch, float minDepth) |
|
override void | OnActivate (CustomSky effect, Vector2 position) |
|
float | ProcessCloudAlpha () |
|
Color | ProcessTileColor (Color color) |
|
void | Reset () |
|
void | ResetDepthTracker () |
|
void | SetStartingDepth (float depth) |
|
void | Update (GameTime gameTime) |
|
T | Activate (string name, Vector2 position=default(Vector2), params object[] args) |
|
void | Bind (string name, T effect) |
|
void | Deactivate (string name, params object[] args) |
|
void | Load () |
|
virtual void | OnActivate (T effect, Vector2 position) |
|
virtual void | OnDeactivate (T effect) |
|
|
bool | _isLoaded |
|
bool | IsLoaded [get] |
|
T | this[string key] [get, set] |
|