C# Class ROBgui, Project-ROB

Inheritance: MonoBehaviour
Afficher le fichier Open project: spooty89/Project-ROB

Méthodes publiques

Свойство Type Description
gui UnityEngine.GUISkin
tokenRetrieve bool
tokens int

Méthodes publiques

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
checkScreenSize ( ) : void
messageSet ( String words ) : void
screenResize ( ) : void
setHealth ( ) : void

Private Methods

Méthode Description
adjustHealthBar ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

checkScreenSize() public méthode

public checkScreenSize ( ) : void
Résultat void

messageSet() public méthode

public messageSet ( String words ) : void
words String
Résultat void

screenResize() public méthode

public screenResize ( ) : void
Résultat void

setHealth() public méthode

public setHealth ( ) : void
Résultat void

Property Details

gui public_oe property

public GUISkin,UnityEngine gui
Résultat UnityEngine.GUISkin

tokenRetrieve public_oe property

public bool tokenRetrieve
Résultat bool

tokens public_oe property

public int tokens
Résultat int