C# Class Terraria.UI.AchievementCompleteUI.DrawCache

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
Frame Microsoft.Xna.Framework.Rectangle
IconIndex int
TimeLeft int
Title string
theAchievement Achievement

Public Methods

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

Method Details

ApplyHeight() public method

public ApplyHeight ( Vector2 &v ) : void
v Vector2
return void

DrawCache() public method

public DrawCache ( Achievement achievement ) : Microsoft.Xna.Framework
achievement Achievement
return Microsoft.Xna.Framework

Update() public method

public Update ( ) : void
return void

Property Details

Frame public property

public Rectangle,Microsoft.Xna.Framework Frame
return Microsoft.Xna.Framework.Rectangle

IconIndex public property

public int IconIndex
return int

TimeLeft public property

public int TimeLeft
return int

Title public property

public string Title
return string

theAchievement public property

public Achievement theAchievement
return Achievement