C# Класс PhinixClient.PlaceholderWidget

Наследование: Displayable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Draw ( Rect inRect ) : void
PlaceholderWidget ( string text = null ) : PhinixClient.GUI

Creates a PlaceholderWidget with the given text.

Описание методов

Draw() публичный Метод

public Draw ( Rect inRect ) : void
inRect Rect
Результат void

PlaceholderWidget() публичный Метод

Creates a PlaceholderWidget with the given text.
public PlaceholderWidget ( string text = null ) : PhinixClient.GUI
text string Text to display
Результат PhinixClient.GUI