C# Class DeathGUI, Molydeuxds

Inheritance: MonoBehaviour
Show file Open project: kLinus/Molydeuxds Class Usage Examples

Public Properties

Property Type Description
background GUIStyle
exitButton GUIStyle
header1 GUIStyle
paragraph GUIStyle
skipButton GUIStyle

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
hide ( ) : void
setName ( string newName ) : void
show ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

hide() public method

public hide ( ) : void
return void

setName() public method

public setName ( string newName ) : void
newName string
return void

show() public method

public show ( ) : void
return void

Property Details

background public property

public GUIStyle background
return GUIStyle

exitButton public property

public GUIStyle exitButton
return GUIStyle

header1 public property

public GUIStyle header1
return GUIStyle

paragraph public property

public GUIStyle paragraph
return GUIStyle

skipButton public property

public GUIStyle skipButton
return GUIStyle