Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.UI.InGamePopups.AchievementUnlockedPopup Class Reference

Public Member Functions

 AchievementUnlockedPopup (Achievement achievement)
 
void Update ()
 
void PushAnchor (ref Vector2 anchorPosition)
 
void DrawInGame (SpriteBatch sb, Vector2 bottomAnchorPosition)
 
void DrawInNotificationsArea (SpriteBatch spriteBatch, Rectangle area, ref int gamepadPointLocalIndexTouse)
 

Properties

bool ShouldBeRemoved [get, private set]
 
object CreationObject [get, private set]
 
float Scale [get]
 
float Opacity [get]
 

Private Member Functions

void OnMouseOver ()
 

Private Attributes

Achievement _theAchievement
 
Asset< Texture2D_achievementTexture
 
Asset< Texture2D_achievementBorderTexture
 
int _iconIndex
 
Rectangle _achievementIconFrame
 
string _title
 
int _ingameDisplayTimeLeft
 

Static Private Attributes

const int _iconSize = 64
 
const int _iconSizeWithSpace = 66
 
const int _iconsPerRow = 8
 

Detailed Description

Definition at line 13 of file InGamePopups.cs.


The documentation for this class was generated from the following file: