C# Class inGameMenu, source

Inheritance: MonoBehaviour
Afficher le fichier Open project: unityosgt/source

Méthodes publiques

Свойство Type Description
health UnityEngine.Texture2D[]
localPlayer GameObject
myStyle GUIStyle

Méthodes publiques

Méthode Description
OnGUI ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

health public_oe property

public Texture2D[],UnityEngine health
Résultat UnityEngine.Texture2D[]

localPlayer public_oe property

public GameObject localPlayer
Résultat GameObject

myStyle public_oe property

public GUIStyle myStyle
Résultat GUIStyle