C# Class Intro, Lurk2015Testing

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Méthodes publiques

Свойство Type Description
loadGameText GameObject
menu GameObject
newGameText GameObject
optionsText GameObject
quitText GameObject
startFadeIn bool
waitTime float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
MenuFade ( ) : IEnumerator
WaitUntil ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

loadGameText public_oe property

public GameObject loadGameText
Résultat GameObject

menu public_oe property

public GameObject menu
Résultat GameObject

newGameText public_oe property

public GameObject newGameText
Résultat GameObject

optionsText public_oe property

public GameObject optionsText
Résultat GameObject

quitText public_oe property

public GameObject quitText
Résultat GameObject

startFadeIn public_oe property

public bool startFadeIn
Résultat bool

waitTime public_oe property

public float waitTime
Résultat float