|
override void | Deselect () |
|
override void | Draw (double deltaTime, GraphicsDevice graphics, SpriteBatch spriteBatch) |
|
override void | Update (double deltaTime) |
|
virtual void | Select () |
|
virtual void | AddToGUIUpdateList () |
| By default, creates a new frame for the screen and adds all elements to the gui update list. More...
|
|
void | ColorFade (Color from, Color to, float duration) |
|
virtual void | OnFileDropped (string filePath, string extension) |
|
virtual void | Release () |
|
Definition at line 8 of file RoundSummaryScreen.cs.
◆ Deselect()
override void Barotrauma.RoundSummaryScreen.Deselect |
( |
| ) |
|
|
virtual |
◆ Draw()
override void Barotrauma.RoundSummaryScreen.Draw |
( |
double |
deltaTime, |
|
|
GraphicsDevice |
graphics, |
|
|
SpriteBatch |
spriteBatch |
|
) |
| |
|
virtual |
◆ Select()
◆ Update()
override void Barotrauma.RoundSummaryScreen.Update |
( |
double |
deltaTime | ) |
|
|
virtual |
◆ LoadException
Exception Barotrauma.RoundSummaryScreen.LoadException |