|
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.PartySky:
Collaboration diagram for Terraria.GameContent.Skies.PartySky:Classes | |
| struct | Balloon |
Public Member Functions | |
| override void | OnLoad () |
| void | ResetBalloon (int i) |
| override void | Update (GameTime gameTime) |
| override void | Draw (SpriteBatch spriteBatch, float minDepth, float maxDepth) |
| override void | Activate (Vector2 position, params object[] args) |
| override void | Deactivate (params object[] args) |
| override bool | IsActive () |
| override void | Reset () |
| PartySky () | |
| virtual Color | OnTileColor (Color inColor) |
| virtual float | GetCloudAlpha () |
| override bool | IsVisible () |
| void | Load () |
Public Attributes | |
| float | Opacity |
Static Public Attributes | |
| static bool | MultipleSkyWorkaroundFix |
Protected Attributes | |
| bool | _isLoaded |
| EffectPriority | _priority |
Properties | |
| bool | IsLoaded [get, set] |
| EffectPriority | Priority [get, set] |
Private Member Functions | |
| void | GenerateBalloons (bool onlyMissing) |
| bool | IsNearParty () |
Private Attributes | |
| bool | _active |
| bool | _leaving |
| float | _opacity |
| Asset< Texture2D >[] | _textures |
| PartySky.Balloon[] | _balloons |
| UnifiedRandom | _random |
| int | _balloonsDrawing |
Definition at line 14 of file PartySky.cs.