C# 클래스 EtherDuels.Menu.View.MenuDialogView

Defines the view of a MenuDialog. It contains a list of MenuItemViews. It draws the associated MenuDialog only if that is currently active.
파일 보기 프로젝트 열기: julius/pse_spacewar 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Viewport viewport, SpriteBatch spriteBatch ) : void

Draws the MenuDialogView and all its subcomponents.

MenuDialogView ( MenuItemView menuItemViews, MenuDialog menuDialog ) : System

Creates a new MenuDialogView object.

메소드 상세

Draw() 공개 메소드

Draws the MenuDialogView and all its subcomponents.
public Draw ( Viewport viewport, SpriteBatch spriteBatch ) : void
viewport Microsoft.Xna.Framework.Graphics.Viewport The used ViewPort.
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch The used SpriteBatch.
리턴 void

MenuDialogView() 공개 메소드

Creates a new MenuDialogView object.
public MenuDialogView ( MenuItemView menuItemViews, MenuDialog menuDialog ) : System
menuItemViews MenuItemView An array of MenuItemViews.
menuDialog MenuDialog The dedicated MenuDialog.
리턴 System