C# Класс FlyingKite.EntitiesFactory

Показать файл Открыть проект

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

Метод Описание
CreateBestScore ( int y, int score ) : StackPanel

Creates a new BestScore panel.

CreateCurrentScore ( int y, int width ) : TextBlock

Creates a new CurrentScore TextBlock.

CreatePlayButton ( float x, float y ) : Button

Creates a new play button.

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

CreateBestScore() публичный статический Метод

Creates a new BestScore panel.
public static CreateBestScore ( int y, int score ) : StackPanel
y int The y of the new element.
score int The score of the new element.
Результат WaveEngine.Components.UI.StackPanel

CreateCurrentScore() публичный статический Метод

Creates a new CurrentScore TextBlock.
public static CreateCurrentScore ( int y, int width ) : TextBlock
y int The y of the new element.
width int
Результат WaveEngine.Components.UI.TextBlock

CreatePlayButton() публичный статический Метод

Creates a new play button.
public static CreatePlayButton ( float x, float y ) : Button
x float The x of the new button.
y float The y of the new button.
Результат WaveEngine.Components.UI.Button