C# Class Terraria.GameContent.Skies.SlimeSky

Inheritance: Terraria.Graphics.Effects.CustomSky
Mostrar archivo Open project: EmuDevs/EDTerraria

Public Methods

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

Private Methods

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

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch, float minDepth, float maxDepth ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
minDepth float
maxDepth float
return void

IsActive() public method

public IsActive ( ) : bool
return bool

OnLoad() public method

public OnLoad ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void