C# Class Terraria.GameContent.Skies.MartianSky

Inheritance: Terraria.Graphics.Effects.CustomSky
Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, float minDepth, float maxDepth ) : void
IsActive ( ) : bool
Reset ( ) : void
Update ( ) : void

Private Methods

Method Description
Activate ( Vector2 position ) : void
Deactivate ( ) : void
GenerateUfos ( ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch, float minDepth, float maxDepth ) : void
spriteBatch SpriteBatch
minDepth float
maxDepth float
return void

IsActive() public method

public IsActive ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void