C# Class Nez.UI.TextTooltipStyle

ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
background IDrawable
labelStyle LabelStyle

Public Methods

Method Description
TextTooltipStyle ( )
TextTooltipStyle ( LabelStyle label, IDrawable background )

Method Details

TextTooltipStyle() public method

public TextTooltipStyle ( )

TextTooltipStyle() public method

public TextTooltipStyle ( LabelStyle label, IDrawable background )
label LabelStyle
background IDrawable

Property Details

background public_oe property

public IDrawable background
return IDrawable

labelStyle public_oe property

public LabelStyle,Nez.UI labelStyle
return LabelStyle