| Home | Trees | Indices | Help |
|---|
|
|
_object --+
|
RendererBase --+
|
LightRenderer
Proxy of C++ FIFE::LightRenderer class
|
|||
|
|||
|
|||
| string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| StringList |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
__init__(self, RenderBackend renderbackend, int position, ImagePool imagepool,
AnimationPool animpool) -> LightRenderer
|
|
addImage(self, string group, LightRendererNode n, int image, int src = -1,
int dst = -1)
addImage(self, string group, LightRendererNode n, int image, int src = -1)
addImage(self, string group, LightRendererNode n, int image)
|
addAnimation(self, string group, LightRendererNode n, int animation, int src = -1,
int dst = -1)
addAnimation(self, string group, LightRendererNode n, int animation, int src = -1)
addAnimation(self, string group, LightRendererNode n, int animation)
|
addSimpleLight(self, string group, LightRendererNode n, uint8_t intensity,
float radius, int subdivisions, float xstretch,
float ystretch, uint8_t r, uint8_t g, uint8_t b,
int src = -1, int dst = -1)
addSimpleLight(self, string group, LightRendererNode n, uint8_t intensity,
float radius, int subdivisions, float xstretch,
float ystretch, uint8_t r, uint8_t g, uint8_t b,
int src = -1)
addSimpleLight(self, string group, LightRendererNode n, uint8_t intensity,
float radius, int subdivisions, float xstretch,
float ystretch, uint8_t r, uint8_t g, uint8_t b)
|
resizeImage(self, string group, LightRendererNode n, int image, int width,
int height, int src = -1, int dst = -1)
resizeImage(self, string group, LightRendererNode n, int image, int width,
int height, int src = -1)
resizeImage(self, string group, LightRendererNode n, int image, int width,
int height)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed May 23 00:00:36 2012 | http://epydoc.sourceforge.net |