Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor3d::Fog Class Reference

#include <Fog.hpp>

Public Member Functions

float getDensity () const
 
void setDensity (float value)
 Sets the fog's density.
 
FogType getType () const
 
void setType (FogType value)
 Sets the fog type.
 

Member Function Documentation

◆ getDensity()

float castor3d::Fog::getDensity ( ) const
inline
Returns
The fog's density.

◆ getType()

FogType castor3d::Fog::getType ( ) const
inline
Returns
The fog type.

◆ setDensity()

void castor3d::Fog::setDensity ( float value)
inline

Sets the fog's density.

Parameters
[in]valueThe new value.

◆ setType()

void castor3d::Fog::setType ( FogType value)
inline

Sets the fog type.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following file: