public interface INotificationManagerShows short messages through Planet Crafter's native HUD.
Members
ShowQueues a general in-game information message.methodShowItemAddedQueues a native inventory-style notification with the item's icon and localized display name.methodShowTerraTokensAddedQueues Planet Crafter's native Terra Token gain popup.methodShow
methodvoid Show(string message, float durationSeconds = 4f)Queues a general in-game information message.
ShowItemAdded
methodvoid ShowItemAdded( string itemId, int amount = 1, float durationSeconds = 2.5f )Queues a native inventory-style notification with the item's icon and localized display name.
ShowTerraTokensAdded
methodvoid ShowTerraTokensAdded(int amount)Queues Planet Crafter's native Terra Token gain popup.