C# Class NewTOAPIA.GL.GLFeatureFog

Inheritance: GLHintedFeature
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GLFeatureFog ( GraphicsInterface gi ) : NewTOAPIA.Drawing
SetColor ( ColorRGBA colorValue ) : void
SetEnd ( float endValue ) : void
SetIndex ( int indexValue ) : void
SetMode ( FogMode modeValue ) : void
SetStart ( float startValue ) : void

Method Details

GLFeatureFog() public méthode

public GLFeatureFog ( GraphicsInterface gi ) : NewTOAPIA.Drawing
gi GraphicsInterface
Résultat NewTOAPIA.Drawing

SetColor() public méthode

public SetColor ( ColorRGBA colorValue ) : void
colorValue ColorRGBA
Résultat void

SetEnd() public méthode

public SetEnd ( float endValue ) : void
endValue float
Résultat void

SetIndex() public méthode

public SetIndex ( int indexValue ) : void
indexValue int
Résultat void

SetMode() public méthode

public SetMode ( FogMode modeValue ) : void
modeValue FogMode
Résultat void

SetStart() public méthode

public SetStart ( float startValue ) : void
startValue float
Résultat void