C# Class ArcadeRPG.Backpack

Afficher le fichier Open project: jkeech/Super-Space-Escape Class Usage Examples

Méthodes publiques

Свойство Type Description
backpack_touched System.Boolean

Méthodes publiques

Méthode Description
Backpack ( ) : System
Hide ( ) : void
Show ( SpriteBatch spritebatch ) : void
getEmptyString ( ) : string
isShowing ( ) : System.Boolean
loadContent ( Microsoft.Xna.Framework.Content.ContentManager contman ) : void

Method Details

Backpack() public méthode

public Backpack ( ) : System
Résultat System

Hide() public méthode

public Hide ( ) : void
Résultat void

Show() public méthode

public Show ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

getEmptyString() public méthode

public getEmptyString ( ) : string
Résultat string

isShowing() public méthode

public isShowing ( ) : System.Boolean
Résultat System.Boolean

loadContent() public méthode

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager contman ) : void
contman Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Property Details

backpack_touched public_oe property

public Boolean,System backpack_touched
Résultat System.Boolean