C# Class Pokemon3D.UI.RenderStatisticsView

Inheritance: UiElement
显示文件 Open project: nilllzz/Pokemon3D

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
RenderStatisticsView ( World activeWorld ) : Pokemon3D.Rendering.UI

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

RenderStatisticsView() public method

public RenderStatisticsView ( World activeWorld ) : Pokemon3D.Rendering.UI
activeWorld Pokemon3D.Entities.World
return Pokemon3D.Rendering.UI