C# Class ROBgui, Project-ROB

Inheritance: MonoBehaviour
ファイルを表示 Open project: spooty89/Project-ROB

Public Properties

Property Type Description
gui UnityEngine.GUISkin
tokenRetrieve bool
tokens int

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
checkScreenSize ( ) : void
messageSet ( String words ) : void
screenResize ( ) : void
setHealth ( ) : void

Private Methods

Method Description
adjustHealthBar ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

checkScreenSize() public method

public checkScreenSize ( ) : void
return void

messageSet() public method

public messageSet ( String words ) : void
words String
return void

screenResize() public method

public screenResize ( ) : void
return void

setHealth() public method

public setHealth ( ) : void
return void

Property Details

gui public_oe property

public GUISkin,UnityEngine gui
return UnityEngine.GUISkin

tokenRetrieve public_oe property

public bool tokenRetrieve
return bool

tokens public_oe property

public int tokens
return int