C# Class ProjectCow.Background

Afficher le fichier Open project: csce3513/Team12 Class Usage Examples

Méthodes publiques

Свойство Type Description
Position Vector2

Méthodes publiques

Méthode Description
Background ( ) : System
Draw ( SpriteBatch theSpriteBatch ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager ) : void
LoadNextBackground ( ) : void
LoadPreviousBackground ( ) : void
getBackgroundImage ( ) : string

Method Details

Background() public méthode

public Background ( ) : System
Résultat System

Draw() public méthode

public Draw ( SpriteBatch theSpriteBatch ) : void
theSpriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager ) : void
theContentManager Microsoft.Xna.Framework.Content.ContentManager
Résultat void

LoadNextBackground() public méthode

public LoadNextBackground ( ) : void
Résultat void

LoadPreviousBackground() public méthode

public LoadPreviousBackground ( ) : void
Résultat void

getBackgroundImage() public méthode

public getBackgroundImage ( ) : string
Résultat string

Property Details

Position public_oe property

public Vector2 Position
Résultat Vector2