Marquee
Scrolling message across the bottom of the screen
|
Manager Custom Asset to serve messages to the marquee More...
Public Member Functions | |
void | Show () |
Start showing messages from the currently loaded Quote custom assets More... | |
void | ShowNext (string text) |
Inject a message to be displayed after the current one has finished More... | |
void | ShowImmediate (string text) |
Inject a message to show right now - removing any half-finished message first More... | |
void | Stop () |
Stop displaying messages after the current one is done More... | |
Tickertape | Add (Quotes moreQuotes) |
Add more messages contained in a Quote custom asset More... | |
Tickertape | Clear () |
Remove all messages from the list to display More... | |
Public Attributes | |
int [] | Counts => allQuotes.ConvertAll(q => q.Count).ToArray() |
Combined total of all messages that can be served More... | |
Protected Member Functions | |
override void | Initialise () |
Manager Custom Asset to serve messages to the marquee
Definition at line 17 of file Tickertape.cs.
Tickertape Askowl.Tickertape.Add | ( | Quotes | moreQuotes | ) |
Add more messages contained in a Quote custom asset
Definition at line 67 of file Tickertape.cs.
Tickertape Askowl.Tickertape.Clear | ( | ) |
Remove all messages from the list to display
Definition at line 77 of file Tickertape.cs.
void Askowl.Tickertape.Show | ( | ) |
void Askowl.Tickertape.ShowImmediate | ( | string | text | ) |
void Askowl.Tickertape.ShowNext | ( | string | text | ) |
void Askowl.Tickertape.Stop | ( | ) |
int [] Askowl.Tickertape.Counts => allQuotes.ConvertAll(q => q.Count).ToArray() |
Combined total of all messages that can be served
Definition at line 29 of file Tickertape.cs.