![]() |
Public API Reference |
#include <light.h>
Inheritance diagram for csLightingProcessInfo:
Public Methods | |
csLight * | GetCsLight () const |
Get the light. More... | |
virtual iLight * | GetLight () const |
Get the light. More... | |
virtual bool | IsDynamic () const |
Return true if dynamic. More... | |
virtual void | SetColor (const csColor &col) |
Set the current color. More... | |
virtual const csColor & | GetColor () const |
Get the current color. More... | |
virtual void | AttachUserdata (iLightingProcessData *userdata) |
Attach userdata. More... | |
virtual csPtr< iLightingProcessData > | QueryUserdata (scfInterfaceID id, int version) |
Query for userdata based on SCF type. More... | |
virtual void | FinalizeLighting () |
Finalize lighting. More... |
Definition at line 631 of file csengine/light.h.
|
Attach userdata.
Implements iLightingProcessInfo. |
|
Finalize lighting.
Implements iLightingProcessInfo. |
|
Get the current color.
Implements iLightingProcessInfo. Definition at line 666 of file csengine/light.h. |
|
Get the light.
Definition at line 650 of file csengine/light.h. |
|
Get the light.
Implements iLightingProcessInfo. Definition at line 651 of file csengine/light.h. References csLight::scfiLight. |
|
Return true if dynamic.
Implements iLightingProcessInfo. Definition at line 656 of file csengine/light.h. |
|
Query for userdata based on SCF type.
Implements iLightingProcessInfo. |
|
Set the current color.
Implements iLightingProcessInfo. Definition at line 661 of file csengine/light.h. |