C# Class Terraria.UI.AchievementCompleteUI.DrawCache

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

Méthodes publiques

Свойство Type Description
Frame Microsoft.Xna.Framework.Rectangle
IconIndex int
TimeLeft int
Title string
theAchievement Achievement

Méthodes publiques

Méthode Description
ApplyHeight ( Vector2 &v ) : void
DrawCache ( Achievement achievement ) : Microsoft.Xna.Framework
Update ( ) : void

Method Details

ApplyHeight() public méthode

public ApplyHeight ( Vector2 &v ) : void
v Vector2
Résultat void

DrawCache() public méthode

public DrawCache ( Achievement achievement ) : Microsoft.Xna.Framework
achievement Achievement
Résultat Microsoft.Xna.Framework

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Frame public_oe property

public Rectangle,Microsoft.Xna.Framework Frame
Résultat Microsoft.Xna.Framework.Rectangle

IconIndex public_oe property

public int IconIndex
Résultat int

TimeLeft public_oe property

public int TimeLeft
Résultat int

Title public_oe property

public string Title
Résultat string

theAchievement public_oe property

public Achievement theAchievement
Résultat Achievement