C# Class DodongosQuest.Containers.TreasureChest

Inheritance: IContainer
Afficher le fichier Open project: faintpixel/Roguelike Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
IsEmpty ( ) : bool
TreasureChest ( List contents, bool isLocked, Vector2 worldIndex, World world ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

TreasureChest() public méthode

public TreasureChest ( List contents, bool isLocked, Vector2 worldIndex, World world ) : System
contents List
isLocked bool
worldIndex Vector2
world World
Résultat System

Update() public méthode

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