C# Class GameDockGUI, tf_client

Inheritance: GUIObject
Show file Open project: wids-eria/tf_client

Public Properties

Property Type Description
kOnGameDock string
kOnProjectionInterface string
kOnQuestSelector string

Public Methods

Method Description
Draw ( ) : void

Displays the game dock.

GameDockGUI ( ) : UnityEngine

Initializes a new instance of the GameDockGUI class.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

resetAllGameDockItems ( ) : void

Resets all game dock items.

Method Details

Draw() public method

Displays the game dock.
public Draw ( ) : void
return void

GameDockGUI() public method

Initializes a new instance of the GameDockGUI class.
public GameDockGUI ( ) : UnityEngine
return UnityEngine

IsMouseOver() public method

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
return bool

resetAllGameDockItems() public method

Resets all game dock items.
public resetAllGameDockItems ( ) : void
return void

Property Details

kOnGameDock public static property

public static string kOnGameDock
return string

kOnProjectionInterface public static property

public static string kOnProjectionInterface
return string

kOnQuestSelector public static property

public static string kOnQuestSelector
return string