C# Class PlatformerPOC.Domain.Particle

Inheritance: BaseGameObject
Datei anzeigen Open project: bramdemoor/MonoGame-PlatformerPOC

Public Methods

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

Private Methods

Method Description
UpdateBoundingBox ( ) : void

Method Details

Particle() public method

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

Update() public method

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