![]() |
Public API Reference |
#include <halo.h>
Inheritance diagram for csNovaHalo::NovaHalo:
Public Methods | |
virtual void | SetRandomSeed (int s) |
Set random seed for generating the halo. More... | |
virtual int | GetRandomSeed () |
Get random seed. More... | |
virtual void | SetSpokeCount (int s) |
Set the number of halo spokes. More... | |
virtual int | GetSpokeCount () |
Get the number of halo spokes. More... | |
virtual void | SetRoundnessFactor (float r) |
Set the roundness factor. More... | |
virtual float | GetRoundnessFactor () |
Get the roundness factor. More... |
Definition at line 115 of file csengine/halo.h.
|
Get random seed.
Implements iNovaHalo. Definition at line 120 of file csengine/halo.h. |
|
Get the roundness factor.
Implements iNovaHalo. Definition at line 128 of file csengine/halo.h. |
|
Get the number of halo spokes.
Implements iNovaHalo. Definition at line 124 of file csengine/halo.h. |
|
Set random seed for generating the halo.
Implements iNovaHalo. Definition at line 118 of file csengine/halo.h. |
|
Set the roundness factor.
Implements iNovaHalo. Definition at line 126 of file csengine/halo.h. |
|
Set the number of halo spokes.
Implements iNovaHalo. Definition at line 122 of file csengine/halo.h. |