C# Class Terraria.GameContent.Events.MoonlordDeathDrama.MoonlordExplosion

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sp ) : void
GetLight ( ) : Color
InDrawRange ( Rectangle playerScreen ) : bool
MoonlordExplosion ( Texture2D pieceTexture, Vector2 centerPos, int frameSpeed ) : Microsoft.Xna.Framework
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch sp ) : void
sp Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetLight() public méthode

public GetLight ( ) : Color
Résultat Color

InDrawRange() public méthode

public InDrawRange ( Rectangle playerScreen ) : bool
playerScreen Microsoft.Xna.Framework.Rectangle
Résultat bool

MoonlordExplosion() public méthode

public MoonlordExplosion ( Texture2D pieceTexture, Vector2 centerPos, int frameSpeed ) : Microsoft.Xna.Framework
pieceTexture Texture2D
centerPos Vector2
frameSpeed int
Résultat Microsoft.Xna.Framework

Update() public méthode

public Update ( ) : void
Résultat void