![]() |
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 595 of file csengine/light.h.
|
Attach userdata.
Implements iLightingProcessInfo. |
|
Finalize lighting.
Implements iLightingProcessInfo. |
|
Get the current color.
Implements iLightingProcessInfo. Definition at line 630 of file csengine/light.h. |
|
Get the light.
Definition at line 614 of file csengine/light.h. |
|
Get the light.
Implements iLightingProcessInfo. Definition at line 615 of file csengine/light.h. References csLight::scfiLight. |
|
Return true if dynamic.
Implements iLightingProcessInfo. Definition at line 620 of file csengine/light.h. |
|
Query for userdata based on SCF type.
Implements iLightingProcessInfo. |
|
Set the current color.
Implements iLightingProcessInfo. Definition at line 625 of file csengine/light.h. |