|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 13 of file InGamePopups.cs.