C# Class WarTornLands.Infrastructure.Systems.DrawSystem.BaseEffect

Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Свойство Type Description
Finished bool

Protected Properties

Свойство Type Description
_effect Microsoft.Xna.Framework.Graphics.Effect

Méthodes publiques

Méthode Description
Apply ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

Update() public abstract méthode

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

Property Details

Finished public_oe property

public bool Finished
Résultat bool

_effect protected_oe property

protected Effect,Microsoft.Xna.Framework.Graphics _effect
Résultat Microsoft.Xna.Framework.Graphics.Effect