Liberi
An exergame built for kids with CP!
ExclamationBar Class Reference

A GUI Object that displays various messages in a faded bar accross the centre of the players screen. More...

Inherits MonoBehaviour.

Static Public Member Functions

static void Exclaim (string message, float duration=3.0f)
 Displays the message for duration seconds, fading it in and out. More...
 

Public Attributes

float FadeSmoothingFactor
 

Detailed Description

A GUI Object that displays various messages in a faded bar accross the centre of the players screen.

Definition at line 9 of file ExclamationBar.cs.

Member Function Documentation

static void ExclamationBar.Exclaim ( string  message,
float  duration = 3.0f 
)
inlinestatic

Displays the message for duration seconds, fading it in and out.

Definition at line 29 of file ExclamationBar.cs.


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