C# Class StartScreen, Unity-Project

Inheritance: MonoBehaviour
Mostrar archivo Open project: JesseKILLOUGH/Unity-Project Class Usage Examples

Public Properties

Property Type Description
gameName string
gameScene string

Public Methods

Method Description
OnGUI ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

gameName public_oe property

public string gameName
return string

gameScene public_oe property

public string gameScene
return string