Planeshift
Public Member Functions | Public Attributes

psEffect2DImgElement Class Reference

A 2D Image Effect Element. More...

#include <pseffect2drenderer.h>

List of all members.

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

Detailed Description

A 2D Image Effect Element.

Definition at line 80 of file pseffect2drenderer.h.


Constructor & Destructor Documentation

psEffect2DImgElement::psEffect2DImgElement ( int  zOrder,
iTextureHandle *  texHandle,
const csRect &  texRect,
const csRect &  destRect,
int  alpha,
bool  tiled 
)
virtual psEffect2DImgElement::~psEffect2DImgElement ( ) [virtual]

Member Function Documentation

virtual void psEffect2DImgElement::Draw ( iGraphics3D *  g3d,
iGraphics2D *  g2d 
) [virtual]

Reimplemented from psEffect2DElement.


Member Data Documentation

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.


The documentation for this class was generated from the following file: