C# Class Dodgeball.Game.MenuText

Inheritance: Group
Show file 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 property

public string bodyText
return string

onChange public property

public Action onChange
return Action

onPress public property

public Action,System onPress
return System.Action

selected public property

public bool selected
return bool

valueText public property

public string valueText
return string