Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

ShowNotification

Matias Salas edited this page Nov 4, 2020 · 1 revision
UI.ShowNotification(Message)

This function show a notification

Arguments

Argument Type Optional Default Value Explanation
Message string No - Message that will be shown

Example

public void Example()
{
    UI.ShowNotification("This is a notification");
}

Clone this wiki locally