C# Class DodongosQuest.Creatures.Remains.Remains

Inheritance: IRemains
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Remains ( Vector2 worldIndex, World world, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Remains() public méthode

public Remains ( Vector2 worldIndex, World world, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
worldIndex Vector2
world World
image Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System