|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.UI.InGamePopups.AchievementUnlockedPopup:
Collaboration diagram for Terraria.UI.InGamePopups.AchievementUnlockedPopup: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, set, private set] |
| object | CreationObject [get, set, private set] |
| float | Scale [get, set] |
| float | Opacity [get, set] |
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< ShouldBeRemoved > | k__BackingField |
| object< CreationObject > | k__BackingField |
Static Private Attributes | |
| const int | _iconSize = 64 |
| const int | _iconSizeWithSpace = 66 |
| const int | _iconsPerRow = 8 |
Definition at line 28 of file InGamePopups.cs.