C# Class Dodgeball.Game.MenuText

Inheritance: Group
Afficher le fichier Open project: schonstal/BLOODBALL Class Usage Examples

Méthodes publiques

Свойство Type Description
bodyText string
onChange Action
onPress System.Action
selected bool
valueText string

Méthodes publiques

Méthode Description
MenuText ( string text, System.Action onPress = null ) : System
Update ( ) : void

Method Details

MenuText() public méthode

public MenuText ( string text, System.Action onPress = null ) : System
text string
onPress System.Action
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bodyText public_oe property

public string bodyText
Résultat string

onChange public_oe property

public Action onChange
Résultat Action

onPress public_oe property

public Action,System onPress
Résultat System.Action

selected public_oe property

public bool selected
Résultat bool

valueText public_oe property

public string valueText
Résultat string