C# Class PhinixClient.PlaceholderWidget

Inheritance: Displayable
Afficher le fichier Open project: thomotron/Phinix Class Usage Examples

Méthodes publiques

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

Creates a PlaceholderWidget with the given text.

Method Details

Draw() public méthode

public Draw ( Rect inRect ) : void
inRect Rect
Résultat void

PlaceholderWidget() public méthode

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