C# Class PhinixClient.PlaceholderWidget

Inheritance: Displayable
Exibir arquivo Open project: thomotron/Phinix Class Usage Examples

Public Methods

Method Description
Draw ( Rect inRect ) : void
PlaceholderWidget ( string text = null ) : PhinixClient.GUI

Creates a PlaceholderWidget with the given text.

Method Details

Draw() public method

public Draw ( Rect inRect ) : void
inRect Rect
return void

PlaceholderWidget() public method

Creates a PlaceholderWidget with the given text.
public PlaceholderWidget ( string text = null ) : PhinixClient.GUI
text string Text to display
return PhinixClient.GUI