BGC Tools
Properties | Private Member Functions | Private Attributes
BGC.MonoUtility.StatusPanel Class Reference

Used for server related tasks so we can inform the user on what is happening More...

Inheritance diagram for BGC.MonoUtility.StatusPanel:
Inheritance graph
[legend]
Collaboration diagram for BGC.MonoUtility.StatusPanel:
Collaboration graph
[legend]

Properties

string Title [get, set]
 Title of the panel More...
 
string Status [get, set]
 Status content (body) of the panel More...
 

Private Member Functions

void Awake ()
 

Private Attributes

Text title = null
 
Text status = null
 

Detailed Description

Used for server related tasks so we can inform the user on what is happening

Definition at line 10 of file StatusPanel.cs.

Member Function Documentation

◆ Awake()

void BGC.MonoUtility.StatusPanel.Awake ( )
inlineprivate

Definition at line 32 of file StatusPanel.cs.

33  {
34  Assert.IsNotNull(title);
35  Assert.IsNotNull(status);
36  }

Field Documentation

◆ status

Text BGC.MonoUtility.StatusPanel.status = null
private

Definition at line 16 of file StatusPanel.cs.

◆ title

Text BGC.MonoUtility.StatusPanel.title = null
private

Definition at line 13 of file StatusPanel.cs.

Property Documentation

◆ Status

string BGC.MonoUtility.StatusPanel.Status
getset

Status content (body) of the panel

Definition at line 27 of file StatusPanel.cs.

◆ Title

string BGC.MonoUtility.StatusPanel.Title
getset

Title of the panel

Definition at line 20 of file StatusPanel.cs.


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