Marquee
Scrolling message across the bottom of the screen
Askowl.Tickertape Class Reference

Manager Custom Asset to serve messages to the marquee More...

Inheritance diagram for Askowl.Tickertape:

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 ()
 

Detailed Description

Member Function Documentation

◆ Add()

Tickertape Askowl.Tickertape.Add ( Quotes  moreQuotes)

◆ Clear()

Tickertape Askowl.Tickertape.Clear ( )

◆ Show()

◆ ShowImmediate()

void Askowl.Tickertape.ShowImmediate ( string  text)

◆ ShowNext()

void Askowl.Tickertape.ShowNext ( string  text)

◆ Stop()

Member Data Documentation

◆ Counts

int [] Askowl.Tickertape.Counts => allQuotes.ConvertAll(q => q.Count).ToArray()

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