C# Class _1942.Escort

Inheritance: BaseObject
Afficher le fichier Open project: Hoobler/Projekt1

Protected Properties

Свойство Type Description
targetableRectangles List

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Escort ( Vector2 startingPos ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

Escort() public méthode

public Escort ( Vector2 startingPos ) : System
startingPos Vector2
Résultat System

Update() public méthode

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

Property Details

targetableRectangles protected_oe property

protected List targetableRectangles
Résultat List