C# Class Terraria.UI.AchievementCompleteUI

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

Méthodes publiques

Méthode Description
AddCompleted ( Achievement achievement ) : void
Clear ( ) : void
Draw ( SpriteBatch sb ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( ) : void

Private Methods

Méthode Description
DrawAchievement ( SpriteBatch sb, Vector2 &center, AchievementCompleteUI ach ) : void

Method Details

AddCompleted() public static méthode

public static AddCompleted ( Achievement achievement ) : void
achievement Achievement
Résultat void

Clear() public static méthode

public static Clear ( ) : void
Résultat void

Draw() public static méthode

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

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

LoadContent() public static méthode

public static LoadContent ( ) : void
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void