Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Skies.MartianSky Class Reference

Classes

class  HoverBehavior
 
class  IUfoController
 
struct  Ufo
 
class  ZipBehavior
 

Public Member Functions

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 ()
 
virtual Color OnTileColor (Color inColor)
 
virtual float GetCloudAlpha ()
 
override bool IsVisible ()
 
void Load ()
 
virtual void OnLoad ()
 

Public Attributes

float Opacity
 

Protected Attributes

bool _isLoaded
 
EffectPriority _priority
 

Properties

bool IsLoaded [get]
 
EffectPriority Priority [get]
 

Private Member Functions

void GenerateUfos ()
 

Private Attributes

Ufo[] _ufos
 
UnifiedRandom _random = new UnifiedRandom()
 
int _maxUfos
 
bool _active
 
bool _leaving
 
int _activeUfos
 

Detailed Description

Definition at line 9 of file MartianSky.cs.


The documentation for this class was generated from the following file: