C# Class NewTOAPIA.GL.GLFeatureFog

Inheritance: GLHintedFeature
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method 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 method

public GLFeatureFog ( GraphicsInterface gi ) : NewTOAPIA.Drawing
gi GraphicsInterface
return NewTOAPIA.Drawing

SetColor() public method

public SetColor ( ColorRGBA colorValue ) : void
colorValue ColorRGBA
return void

SetEnd() public method

public SetEnd ( float endValue ) : void
endValue float
return void

SetIndex() public method

public SetIndex ( int indexValue ) : void
indexValue int
return void

SetMode() public method

public SetMode ( FogMode modeValue ) : void
modeValue FogMode
return void

SetStart() public method

public SetStart ( float startValue ) : void
startValue float
return void