C# Class GameDockGUI, tf_client

Inheritance: GUIObject
显示文件 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_oe static_oe property

public static string kOnGameDock
return string

kOnProjectionInterface public_oe static_oe property

public static string kOnProjectionInterface
return string

kOnQuestSelector public_oe static_oe property

public static string kOnQuestSelector
return string