Planeshift
|
A 2D Image Effect Element. More...
#include <pseffect2drenderer.h>
Public Member Functions | |
virtual void | Draw (iGraphics3D *g3d, iGraphics2D *g2d) |
psEffect2DImgElement (int zOrder, iTextureHandle *texHandle, const csRect &texRect, const csRect &destRect, int alpha, bool tiled) | |
virtual | ~psEffect2DImgElement () |
Public Attributes | |
csRect | destRect |
csRef< iTextureHandle > | texHandle |
csRect | texRect |
bool | tiled |
A 2D Image Effect Element.
Definition at line 80 of file pseffect2drenderer.h.
psEffect2DImgElement::psEffect2DImgElement | ( | int | zOrder, |
iTextureHandle * | texHandle, | ||
const csRect & | texRect, | ||
const csRect & | destRect, | ||
int | alpha, | ||
bool | tiled | ||
) |
virtual psEffect2DImgElement::~psEffect2DImgElement | ( | ) | [virtual] |
virtual void psEffect2DImgElement::Draw | ( | iGraphics3D * | g3d, |
iGraphics2D * | g2d | ||
) | [virtual] |
Reimplemented from psEffect2DElement.
Definition at line 85 of file pseffect2drenderer.h.
csRef<iTextureHandle> psEffect2DImgElement::texHandle |
Definition at line 83 of file pseffect2drenderer.h.
Definition at line 84 of file pseffect2drenderer.h.
Definition at line 86 of file pseffect2drenderer.h.