C# Class MenuGUI, EDIX-sample

Inheritance: MonoBehaviour
Afficher le fichier Open project: unity3d-jp/EDIX-sample Class Usage Examples

Méthodes publiques

Свойство Type Description
background UnityEngine.Texture2D
showCredits bool
startButtonRect Rect

Méthodes publiques

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

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

background public_oe property

public Texture2D,UnityEngine background
Résultat UnityEngine.Texture2D

showCredits public_oe property

public bool showCredits
Résultat bool

startButtonRect public_oe property

public Rect startButtonRect
Résultat Rect