C# Class Terraria.GameContent.Events.MoonlordDeathDrama

Afficher le fichier Open project: EmuDevs/EDTerraria

Méthodes publiques

Méthode Description
AddExplosion ( Vector2 spot ) : void
DrawExplosions ( SpriteBatch spriteBatch ) : void
DrawPieces ( SpriteBatch spriteBatch ) : void
DrawWhite ( SpriteBatch spriteBatch ) : void
RequestLight ( float light, Vector2 spot ) : void
ThrowPieces ( Vector2 MoonlordCoreCenter, int DramaSeed ) : void
Update ( ) : void

Method Details

AddExplosion() public static méthode

public static AddExplosion ( Vector2 spot ) : void
spot Vector2
Résultat void

DrawExplosions() public static méthode

public static DrawExplosions ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawPieces() public static méthode

public static DrawPieces ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawWhite() public static méthode

public static DrawWhite ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

RequestLight() public static méthode

public static RequestLight ( float light, Vector2 spot ) : void
light float
spot Vector2
Résultat void

ThrowPieces() public static méthode

public static ThrowPieces ( Vector2 MoonlordCoreCenter, int DramaSeed ) : void
MoonlordCoreCenter Vector2
DramaSeed int
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void