C# Class Intro, Lurk2015Testing

Inheritance: MonoBehaviour
Mostrar archivo Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
loadGameText GameObject
menu GameObject
newGameText GameObject
optionsText GameObject
quitText GameObject
startFadeIn bool
waitTime float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
MenuFade ( ) : IEnumerator
WaitUntil ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

loadGameText public_oe property

public GameObject loadGameText
return GameObject

menu public_oe property

public GameObject menu
return GameObject

newGameText public_oe property

public GameObject newGameText
return GameObject

optionsText public_oe property

public GameObject optionsText
return GameObject

quitText public_oe property

public GameObject quitText
return GameObject

startFadeIn public_oe property

public bool startFadeIn
return bool

waitTime public_oe property

public float waitTime
return float