C# Class MonoGame.Extended.Entities.Systems.EntityDrawSystem

Inheritance: MonoGame.Extended.Entities.Systems.EntitySystem, IDrawSystem
Mostrar archivo Open project: craftworkgames/MonoGame.Extended

Public Methods

Method Description
Draw ( GameTime gameTime ) : void

Protected Methods

Method Description
EntityDrawSystem ( AspectBuilder aspect ) : Microsoft.Xna.Framework

Method Details

Draw() public abstract method

public abstract Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

EntityDrawSystem() protected method

protected EntityDrawSystem ( AspectBuilder aspect ) : Microsoft.Xna.Framework
aspect AspectBuilder
return Microsoft.Xna.Framework