Barotrauma Client Doc
Barotrauma.RoundSummaryScreen Class Reference
Inheritance diagram for Barotrauma.RoundSummaryScreen:
Barotrauma.Screen

Public Member Functions

override void Deselect ()
 
override void Draw (double deltaTime, GraphicsDevice graphics, SpriteBatch spriteBatch)
 
override void Update (double deltaTime)
 
- Public Member Functions inherited from Barotrauma.Screen
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 ()
 

Static Public Member Functions

static RoundSummaryScreen Select (Sprite backgroundSprite, RoundSummary roundSummary)
 
- Static Public Member Functions inherited from Barotrauma.Screen
static void SelectNull ()
 

Public Attributes

Exception LoadException
 

Additional Inherited Members

- Properties inherited from Barotrauma.Screen
static Screen Selected [get]
 
virtual Camera Cam [get]
 
virtual bool IsEditor [get]
 
GUIFrame Frame [get]
 

Detailed Description

Definition at line 8 of file RoundSummaryScreen.cs.

Member Function Documentation

◆ Deselect()

override void Barotrauma.RoundSummaryScreen.Deselect ( )
virtual

Reimplemented from Barotrauma.Screen.

Definition at line 33 of file RoundSummaryScreen.cs.

◆ Draw()

override void Barotrauma.RoundSummaryScreen.Draw ( double  deltaTime,
GraphicsDevice  graphics,
SpriteBatch  spriteBatch 
)
virtual

Reimplemented from Barotrauma.Screen.

Definition at line 38 of file RoundSummaryScreen.cs.

◆ Select()

static RoundSummaryScreen Barotrauma.RoundSummaryScreen.Select ( Sprite  backgroundSprite,
RoundSummary  roundSummary 
)
static

Definition at line 18 of file RoundSummaryScreen.cs.

◆ Update()

override void Barotrauma.RoundSummaryScreen.Update ( double  deltaTime)
virtual

Reimplemented from Barotrauma.Screen.

Definition at line 57 of file RoundSummaryScreen.cs.

Member Data Documentation

◆ LoadException

Exception Barotrauma.RoundSummaryScreen.LoadException

Definition at line 16 of file RoundSummaryScreen.cs.