C# Class StartGameMenu, SoundBall

Inheritance: MonoBehaviour
Mostra file Open project: joytunes/SoundBall Class Usage Examples

Public Properties

Property Type Description
buttonRect Rect
textRect Rect
textStyle GUIStyle

Public Methods

Method Description
OnGUI ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

buttonRect public_oe property

public Rect buttonRect
return Rect

textRect public_oe property

public Rect textRect
return Rect

textStyle public_oe property

public GUIStyle textStyle
return GUIStyle