tModLoader v2024.04
A mod to make and play Terraria mods
InGamePopups.AchievementUnlockedPopup Class Reference

Inherits IInGameNotification.

Public Member Functions

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

Properties

object CreationObject [get]
 
bool ShouldBeRemoved [get]
 
- Properties inherited from IInGameNotification
bool ShouldBeRemoved [get]
 

Member Function Documentation

◆ DrawInGame()

void InGamePopups.AchievementUnlockedPopup.DrawInGame ( SpriteBatch  sb,
Vector2  bottomAnchorPosition 
)

Implements IInGameNotification.

◆ PushAnchor()

void InGamePopups.AchievementUnlockedPopup.PushAnchor ( ref Vector2  anchorPosition)

Implements IInGameNotification.

◆ Update()

void InGamePopups.AchievementUnlockedPopup.Update ( )

Implements IInGameNotification.

Property Documentation

◆ ShouldBeRemoved

bool InGamePopups.AchievementUnlockedPopup.ShouldBeRemoved
get

Implements IInGameNotification.