C# Class SetupGUI, EDIX-sample

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

Méthodes publiques

Свойство Type Description
background UnityEngine.Texture2D
contentArea Rect

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

background public_oe property

public Texture2D,UnityEngine background
Résultat UnityEngine.Texture2D

contentArea public_oe property

public Rect contentArea
Résultat Rect