The Flock  0.00.001
Public Member Functions | Public Attributes | List of all members
ScoreboardWindow Class Reference
Inheritance diagram for ScoreboardWindow:
AbstractWindow AbstractMonoBehaviour IDebuggable ITransform

Public Member Functions

override void Awake ()
 Awake is called when the script instance is being loaded. More...
 
override void Start ()
 Start is called just before any of the Update methods is called the first time. More...
 
override void Update ()
 Update is called every frame. More...
 
override void OnGUI ()
 OnScreen GUI. More...
 
override void drawWindow (int windowID)
 Draws the window. More...
 
override void onResize ()
 onResize is being called when the screen size is being changed. More...
 
void setContent (ArrayList list)
 
void show ()
 
void hide ()
 

Public Attributes

GUISkin scoreboardGuiSkin
 
Texture backgroundImage
 
Texture whiteLineImage
 

Additional Inherited Members

- Static Public Member Functions inherited from AbstractMonoBehaviour
static List< I > FindObjectsOfInterface< I > ()
 Finds the objects of interface. More...
 
- Protected Attributes inherited from AbstractWindow
Rect _windowRect
 
string _windowName
 
- Properties inherited from AbstractWindow
string windowName [get]
 Gets the name of the window. More...
 

Member Function Documentation

override void ScoreboardWindow.Awake ( )
virtual

Awake is called when the script instance is being loaded.

Reimplemented from AbstractWindow.

override void ScoreboardWindow.drawWindow ( int  windowID)
virtual

Draws the window.

Parameters
windowIDWindow ID.

Reimplemented from AbstractWindow.

void ScoreboardWindow.hide ( )
override void ScoreboardWindow.OnGUI ( )
virtual

OnScreen GUI.

Reimplemented from AbstractWindow.

override void ScoreboardWindow.onResize ( )
virtual

onResize is being called when the screen size is being changed.

Reimplemented from AbstractWindow.

void ScoreboardWindow.setContent ( ArrayList  list)
void ScoreboardWindow.show ( )
override void ScoreboardWindow.Start ( )
virtual

Start is called just before any of the Update methods is called the first time.

Reimplemented from AbstractMonoBehaviour.

override void ScoreboardWindow.Update ( )
virtual

Update is called every frame.

Reimplemented from AbstractMonoBehaviour.

Member Data Documentation

Texture ScoreboardWindow.backgroundImage
GUISkin ScoreboardWindow.scoreboardGuiSkin
Texture ScoreboardWindow.whiteLineImage

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