C# Class View.HUDView

Inheritance: MonoBehaviour
Afficher le fichier Open project: TeamJelly/project21 Class Usage Examples

Méthodes publiques

Свойство Type Description
instance HUDView
text TextMeshProUGUI

Méthodes publiques

Méthode Description
EnableMenu ( ) : void
SetText ( string text ) : void
UpdateUI ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

EnableMenu() public méthode

public EnableMenu ( ) : void
Résultat void

SetText() public static méthode

public static SetText ( string text ) : void
text string
Résultat void

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void

Property Details

instance public_oe static_oe property

public static HUDView,View instance
Résultat HUDView

text public_oe property

public TextMeshProUGUI text
Résultat TextMeshProUGUI