Roulette 1.0
Roulette game template
Loading...
Searching...
No Matches
GBTemplates.Roulette.RouletteInterface Class Reference

This class controls most of the representation in the roulette interface, such as statistics, wallet information, messages and feedback. More...

Inheritance diagram for GBTemplates.Roulette.RouletteInterface:

Public Member Functions

void Awake ()
 
void SetMsgText (string text)
 Sets the msg text.
 
void ToggleBets (bool betsClosed)
 Toggles the bets.
 
void UpdateTimer (int time)
 Updates the timer.
 
void UpdateDataText (string newText)
 Updates the data text.
 
void DisplayLastWinningNumbersAndColdHotsNumbers (List< int > winningNumbers)
 Display the las Winning numbers and next calculate the cold and hot numbers.
 

Properties

FeedbackPickedNumber feedbackSelectNumber [get]
 
static RouletteInterface Instance [get]
 

Detailed Description

This class controls most of the representation in the roulette interface, such as statistics, wallet information, messages and feedback.

See also
UnityEngine.MonoBehaviour

Member Function Documentation

◆ DisplayLastWinningNumbersAndColdHotsNumbers()

void GBTemplates.Roulette.RouletteInterface.DisplayLastWinningNumbersAndColdHotsNumbers ( List< int >  winningNumbers)

Display the las Winning numbers and next calculate the cold and hot numbers.

Parameters
winningNumbers

◆ SetMsgText()

void GBTemplates.Roulette.RouletteInterface.SetMsgText ( string  text)

Sets the msg text.

Parameters
textThe text.

◆ ToggleBets()

void GBTemplates.Roulette.RouletteInterface.ToggleBets ( bool  betsClosed)

Toggles the bets.

Parameters
betsClosedIf true, bets closed.

◆ UpdateDataText()

void GBTemplates.Roulette.RouletteInterface.UpdateDataText ( string  newText)

Updates the data text.

Parameters
newTextThe new text.

◆ UpdateTimer()

void GBTemplates.Roulette.RouletteInterface.UpdateTimer ( int  time)

Updates the timer.

Parameters
timeThe time.

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