C# Class ProjectionInterfaceGUI, tf_client

Inheritance: GUIObject
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Свойство Type Description
isProjectionGUIVisible bool

Protected Properties

Свойство Type Description
ActivateGameDock bool

Méthodes publiques

Méthode 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 méthode

Displays the projection interface GU.
public Draw ( ) : void
Résultat void

IsMouseOver() public méthode

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
Résultat bool

ProjectionInterfaceGUI() public méthode

Initializes a new instance of the ProjectionInterfaceGUI class.
public ProjectionInterfaceGUI ( ) : UnityEngine
Résultat UnityEngine

Property Details

ActivateGameDock protected_oe property

This activates game dock and display it.
protected bool ActivateGameDock
Résultat bool

isProjectionGUIVisible public_oe property

Flag to decide whether to display this GUI or not
public bool isProjectionGUIVisible
Résultat bool