Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
WarTornLands
Infrastructure
Systems
DrawSystem
BaseEffect
C# Class WarTornLands.Infrastructure.Systems.DrawSystem.BaseEffect
Mostrar archivo
Open project: floAr/WarTornLands
Class Usage Examples
Public Properties
Property
Type
Description
Finished
bool
Protected Properties
Property
Type
Description
_effect
Microsoft.Xna.Framework.Graphics.Effect
Public Methods
Method
Description
Apply
( ) :
void
Update
(
GameTime
gameTime
) :
void
Method Details
Apply()
public
method
public
Apply
( ) :
void
return
void
Update()
public
abstract
method
public
abstract
Update
(
GameTime
gameTime
) :
void
gameTime
Microsoft.Xna.Framework.GameTime
return
void
Property Details
Finished
public_oe property
public
bool
Finished
return
bool
_effect
protected_oe property
protected
Effect,Microsoft.Xna.Framework.Graphics
_effect
return
Microsoft.Xna.Framework.Graphics.Effect