C# Class RTSEngine.Graphics.RTSFXMap

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Méthode Description
ApplyPassPrimary ( ) : void
ApplyPassSecondary ( ) : void
RTSFXMap ( Effect _fx ) : System
SetTextures ( GraphicsDevice g, Microsoft.Xna.Framework.Graphics.Texture2D tColor, Microsoft.Xna.Framework.Graphics.Texture2D tFOW ) : void

Method Details

ApplyPassPrimary() public méthode

public ApplyPassPrimary ( ) : void
Résultat void

ApplyPassSecondary() public méthode

public ApplyPassSecondary ( ) : void
Résultat void

RTSFXMap() public méthode

public RTSFXMap ( Effect _fx ) : System
_fx Microsoft.Xna.Framework.Graphics.Effect
Résultat System

SetTextures() public méthode

public SetTextures ( GraphicsDevice g, Microsoft.Xna.Framework.Graphics.Texture2D tColor, Microsoft.Xna.Framework.Graphics.Texture2D tFOW ) : void
g GraphicsDevice
tColor Microsoft.Xna.Framework.Graphics.Texture2D
tFOW Microsoft.Xna.Framework.Graphics.Texture2D
Résultat void