|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.Skies.VortexSky:
Collaboration diagram for Terraria.GameContent.Skies.VortexSky:Classes | |
| struct | Bolt |
Public Member Functions | |
| override void | OnLoad () |
| override void | Update (GameTime gameTime) |
| override Color | OnTileColor (Color inColor) |
| override void | Draw (SpriteBatch spriteBatch, float minDepth, float maxDepth) |
| override float | GetCloudAlpha () |
| override void | Activate (Vector2 position, params object[] args) |
| override void | Deactivate (params object[] args) |
| override void | Reset () |
| override bool | IsActive () |
| VortexSky () | |
| override bool | IsVisible () |
| void | Load () |
Public Attributes | |
| float | Opacity |
Protected Attributes | |
| bool | _isLoaded |
| EffectPriority | _priority |
Properties | |
| bool | IsLoaded [get, set] |
| EffectPriority | Priority [get, set] |
Private Attributes | |
| UnifiedRandom | _random |
| Asset< Texture2D > | _planetTexture |
| Asset< Texture2D > | _bgTexture |
| Asset< Texture2D > | _boltTexture |
| Asset< Texture2D > | _flashTexture |
| bool | _isActive |
| int | _ticksUntilNextBolt |
| float | _fadeOpacity |
| VortexSky.Bolt[] | _bolts |
Definition at line 14 of file VortexSky.cs.