![]() |
CMGDK r49-rc2
|
#include <HTPPartLayer.H>
公有成员 | |
HTPPartLayer () | |
HTPPartLayer (TileLibrary *, Stream *) | |
~HTPPartLayer () | |
Texture2D * | GetTexture () |
取得当前层绘制所用贴图 | |
void | SetViewScope (const RectScope2i &) |
void | Draw (float l, float t, float sw, float sh) |
void | DrawRect (float l, float t, float r, float b) |
void | Draw (float l, float t) |
友元 | |
class | HTPPart |
hgl::HTPPartLayer::HTPPartLayer | ( | ) |
hgl::HTPPartLayer::HTPPartLayer | ( | TileLibrary * | tlb, |
Stream * | str | ||
) |
hgl::HTPPartLayer::~HTPPartLayer | ( | ) |
void hgl::HTPPartLayer::Draw | ( | float | l, |
float | t, | ||
float | sw, | ||
float | sh | ||
) |
void hgl::HTPPartLayer::Draw | ( | float | l, |
float | t | ||
) | [inline] |
void hgl::HTPPartLayer::DrawRect | ( | float | l, |
float | t, | ||
float | r, | ||
float | b | ||
) | [inline] |
Texture2D* hgl::HTPPartLayer::GetTexture | ( | ) | [inline] |
取得当前层绘制所用贴图
void hgl::HTPPartLayer::SetViewScope | ( | const RectScope2i & | rs | ) |
friend class HTPPart [friend] |