terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.UI.InGamePopups.AchievementUnlockedPopup Class Reference
+ Inheritance diagram for Terraria.UI.InGamePopups.AchievementUnlockedPopup:

Public Member Functions

 AchievementUnlockedPopup (Achievement achievement)
 
void Update ()
 
void PushAnchor (Vector2 anchorPosition)
 
void DrawInGame (SpriteBatch sb, Vector2 bottomAnchorPosition)
 
void DrawInNotificationsArea (SpriteBatch spriteBatch, Rectangle area, 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
 
float _height
 
int _ingameDisplayTimeLeft
 
bool< ShouldBeRemovedk__BackingField
 
object< CreationObjectk__BackingField
 

Static Private Attributes

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

Detailed Description

Definition at line 21 of file InGamePopups.cs.


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