iBaseHalo Struct Reference
[Lighting]
This is the basic interface for all types of halos.
More...
#include <iengine/halo.h>
Inheritance diagram for iBaseHalo:

Public Member Functions | |
| virtual float | GetIntensity ()=0 |
| Get intensity. | |
| virtual csHaloType | GetType ()=0 |
| Get halo type. | |
| virtual void | SetIntensity (float i)=0 |
| Set intensity. | |
Detailed Description
This is the basic interface for all types of halos.Definition at line 50 of file halo.h.
Member Function Documentation
| virtual float iBaseHalo::GetIntensity | ( | ) | [pure virtual] |
Get intensity.
| virtual csHaloType iBaseHalo::GetType | ( | ) | [pure virtual] |
Get halo type.
| virtual void iBaseHalo::SetIntensity | ( | float | i | ) | [pure virtual] |
Set intensity.
The documentation for this struct was generated from the following file:
- iengine/halo.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
