#include <halo.h>
Inheritance diagram for csFlareHalo:
Public Methods | |
csFlareHalo () | |
create an (empty) flare. | |
~csFlareHalo () | |
void | AddComponent (float pos, float w, float h, UInt mode, iMaterialWrapper *image) |
Add a visual component to the flare. More... | |
csFlareComponent* | GetComponents () const |
Get the list of component. | |
virtual unsigned char* | Generate (int Size) |
Generate this halo's alpha map. More... | |
SCF_DECLARE_IBASE_EXT (csHalo) | |
Public Attributes | |
csFlareHalo::FlareHalo | scfiFlareHalo |
Friends | |
class | FlareHalo |
|
Add a visual component to the flare. give position, size, image and mixmode. The component is added at the end of the list - to be displayed last. |
|
Generate this halo's alpha map. Not used for this halo (returns NULL) since the halo consists of multiple images. Reimplemented from csHalo. |