|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Update (GameTime gameTime) |
| void | Draw (SpriteBatch spriteBatch, float minDepth, float maxDepth) |
| bool | IsActive () |
| void | Reset () |
| virtual Color | OnTileColor (Color inColor) |
| virtual float | GetCloudAlpha () |
| override bool | IsVisible () |
| void | Load () |
| virtual void | OnLoad () |
| void | Activate (Vector2 position, params object[] args) |
| void | Deactivate (params object[] args) |
Public Attributes | |
| float | Opacity |
Protected Attributes | |
| bool | _isLoaded |
| EffectPriority | _priority |
Properties | |
| bool | IsLoaded [get] |
| EffectPriority | Priority [get] |
Definition at line 6 of file CustomSky.cs.