C# Class Pokemon3D.Rendering.UI.Controls.Image

Inheritance: UiElement
ファイルを表示 Open project: nilllzz/Pokemon3D

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Image ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRectangle = null ) : Microsoft.Xna.Framework

Method Details

Draw() public method

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

Image() public method

public Image ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRectangle = null ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
sourceRectangle Microsoft.Xna.Framework.Rectangle
return Microsoft.Xna.Framework