C# Class GUIContainer, tf_client

Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Protected Properties

Свойство Type Description
drawBackground bool
elements GUIElementSettings>.Dictionary

Méthodes publiques

Méthode Description
AddElement ( ) : void
AddElement ( GUIObject, obj, Vector2 relativePosition ) : void
AdjustElements ( ) : void
Draw ( ) : void
GUIContainer ( Rect zoneSize, bool drawBackground ) : UnityEngine
IsMouseOver ( ) : bool
RemoveElement ( ) : void
SetPosition ( Modifiable newPosition ) : void

Méthodes protégées

Méthode Description
ClearElements ( ) : void
GetSettings ( GUIObject, obj ) : GUIElementSettings,
RefreshElement ( GUIObject, &obj ) : void

Method Details

AddElement() public méthode

public AddElement ( ) : void
Résultat void

AddElement() public méthode

public AddElement ( GUIObject, obj, Vector2 relativePosition ) : void
obj GUIObject,
relativePosition Vector2
Résultat void

AdjustElements() public méthode

public AdjustElements ( ) : void
Résultat void

ClearElements() protected méthode

protected ClearElements ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

GUIContainer() public méthode

public GUIContainer ( Rect zoneSize, bool drawBackground ) : UnityEngine
zoneSize Rect
drawBackground bool
Résultat UnityEngine

GetSettings() protected méthode

protected GetSettings ( GUIObject, obj ) : GUIElementSettings,
obj GUIObject,
Résultat GUIElementSettings,

IsMouseOver() public méthode

public IsMouseOver ( ) : bool
Résultat bool

RefreshElement() protected méthode

protected RefreshElement ( GUIObject, &obj ) : void
obj GUIObject,
Résultat void

RemoveElement() public méthode

public RemoveElement ( ) : void
Résultat void

SetPosition() public méthode

public SetPosition ( Modifiable newPosition ) : void
newPosition Modifiable
Résultat void

Property Details

drawBackground protected_oe property

protected bool drawBackground
Résultat bool

elements protected_oe property

protected Dictionary elements
Résultat GUIElementSettings>.Dictionary