C# Class MenuGUI, EDIX-sample

Inheritance: MonoBehaviour
Show file Open project: unity3d-jp/EDIX-sample Class Usage Examples

Public Properties

Property Type Description
background UnityEngine.Texture2D
showCredits bool
startButtonRect Rect

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

background public property

public Texture2D,UnityEngine background
return UnityEngine.Texture2D

showCredits public property

public bool showCredits
return bool

startButtonRect public property

public Rect startButtonRect
return Rect