C# Class _1942.Escort

Inheritance: BaseObject
Datei anzeigen Open project: Hoobler/Projekt1

Protected Properties

Property Type Description
targetableRectangles List

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Escort ( Vector2 startingPos ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Escort() public method

public Escort ( Vector2 startingPos ) : System
startingPos Vector2
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

targetableRectangles protected_oe property

protected List targetableRectangles
return List