C# 클래스 FlyingKite.EntitiesFactory

파일 보기 프로젝트 열기: WaveEngine/QuickStarters

공개 메소드들

메소드 설명
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