C# Class ProjectionInterfaceGUI, tf_client

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

Public Properties

Property Type Description
isProjectionGUIVisible bool

Protected Properties

Property Type Description
ActivateGameDock bool

Public Methods

Method Description
Draw ( ) : void

Displays the projection interface GU.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

ProjectionInterfaceGUI ( ) : UnityEngine

Initializes a new instance of the ProjectionInterfaceGUI class.

Method Details

Draw() public method

Displays the projection interface GU.
public Draw ( ) : void
return void

IsMouseOver() public method

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

ProjectionInterfaceGUI() public method

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

Property Details

ActivateGameDock protected_oe property

This activates game dock and display it.
protected bool ActivateGameDock
return bool

isProjectionGUIVisible public_oe property

Flag to decide whether to display this GUI or not
public bool isProjectionGUIVisible
return bool