C# Class DeathGUI, Molydeuxds

Inheritance: MonoBehaviour
Afficher le fichier Open project: kLinus/Molydeuxds Class Usage Examples

Méthodes publiques

Свойство Type Description
background GUIStyle
exitButton GUIStyle
header1 GUIStyle
paragraph GUIStyle
skipButton GUIStyle

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
hide ( ) : void
setName ( string newName ) : void
show ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

hide() public méthode

public hide ( ) : void
Résultat void

setName() public méthode

public setName ( string newName ) : void
newName string
Résultat void

show() public méthode

public show ( ) : void
Résultat void

Property Details

background public_oe property

public GUIStyle background
Résultat GUIStyle

exitButton public_oe property

public GUIStyle exitButton
Résultat GUIStyle

header1 public_oe property

public GUIStyle header1
Résultat GUIStyle

paragraph public_oe property

public GUIStyle paragraph
Résultat GUIStyle

skipButton public_oe property

public GUIStyle skipButton
Résultat GUIStyle