C# Class PlatformerPOC.Domain.Particle

Inheritance: BaseGameObject
Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC

Méthodes publiques

Méthode Description
Particle ( PlatformGame game, Vector2 position, HorizontalDirection horizontalDirection ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
UpdateBoundingBox ( ) : void

Method Details

Particle() public méthode

public Particle ( PlatformGame game, Vector2 position, HorizontalDirection horizontalDirection ) : Microsoft.Xna.Framework
game PlatformGame
position Microsoft.Xna.Framework.Vector2
horizontalDirection HorizontalDirection
Résultat Microsoft.Xna.Framework

Update() public méthode

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