C# Class Terraria.UI.AchievementCompleteUI.DrawCache

Exibir arquivo 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_oe property

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

IconIndex public_oe property

public int IconIndex
return int

TimeLeft public_oe property

public int TimeLeft
return int

Title public_oe property

public string Title
return string

theAchievement public_oe property

public Achievement theAchievement
return Achievement