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

Inheritance: MonoGame.Extended.Entities.Systems.EntitySystem, IDrawSystem
Afficher le fichier Open project: craftworkgames/MonoGame.Extended

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
EntityDrawSystem ( AspectBuilder aspect ) : Microsoft.Xna.Framework

Method Details

Draw() public abstract méthode

public abstract Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

EntityDrawSystem() protected méthode

protected EntityDrawSystem ( AspectBuilder aspect ) : Microsoft.Xna.Framework
aspect AspectBuilder
Résultat Microsoft.Xna.Framework