C# Class Dodgeball.Game.MenuText

Inheritance: Group
Datei anzeigen Open project: schonstal/BLOODBALL Class Usage Examples

Public Properties

Property Type Description
bodyText string
onChange Action
onPress System.Action
selected bool
valueText string

Public Methods

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

Method Details

MenuText() public method

public MenuText ( string text, System.Action onPress = null ) : System
text string
onPress System.Action
return System

Update() public method

public Update ( ) : void
return void

Property Details

bodyText public_oe property

public string bodyText
return string

onChange public_oe property

public Action onChange
return Action

onPress public_oe property

public Action,System onPress
return System.Action

selected public_oe property

public bool selected
return bool

valueText public_oe property

public string valueText
return string