C# Класс Gears.Playable._INTRANSIT.Projectile

Показать файл Открыть проект

Открытые методы

Метод Описание
Draw ( SpriteBatch spriteBatch ) : void

Draws the projectile.

Update ( GameTime gameTime ) : void

Updates the status of the projectile.

Приватные методы

Метод Описание
LoadContent ( Microsoft.Xna.Framework.Game game, string parentDir ) : void

Loads the graphical content for the Projectile.

Описание методов

Draw() публичный Метод

Draws the projectile.
public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch Enables a group of sprites to be drawn using the same settings.
Результат void

Update() публичный Метод

Updates the status of the projectile.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime /// Snapshot of the game timing values which can be used for /// time-based calculations and representations. ///
Результат void