Game Jolt Unity API  v2.5.8
Public Member Functions | Properties | List of all members
GameJolt.UI.Objects.Notification Class Reference

A UI Notification. More...

Public Member Functions

 Notification (string text)
 Initializes a new instance of the Notification class. More...
 
 Notification (string text, Sprite image)
 Initializes a new instance of the Notification class. More...
 

Properties

string Text [get]
 Gets or sets the text. More...
 
Sprite Image [get]
 Gets or sets the image. More...
 

Detailed Description

A UI Notification.

Constructor & Destructor Documentation

◆ Notification() [1/2]

GameJolt.UI.Objects.Notification.Notification ( string  text)
inline

Initializes a new instance of the Notification class.

Parameters
textThe notification text.

◆ Notification() [2/2]

GameJolt.UI.Objects.Notification.Notification ( string  text,
Sprite  image 
)
inline

Initializes a new instance of the Notification class.

Parameters
textThe notification text.
imageThe notification image.

Property Documentation

◆ Image

Sprite GameJolt.UI.Objects.Notification.Image
get

Gets or sets the image.

The image.

◆ Text

string GameJolt.UI.Objects.Notification.Text
get

Gets or sets the text.

The text.


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