C# Class Terraria.GameContent.Skies.MartianSky

Inheritance: Terraria.Graphics.Effects.CustomSky
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Activate ( Vector2 position ) : void
Deactivate ( ) : void
GenerateUfos ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch, float minDepth, float maxDepth ) : void
spriteBatch SpriteBatch
minDepth float
maxDepth float
Résultat void

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void