CMGDK r49-rc2
|
枚举 | |
enum | LayerType { ltNone = 0, ltTexture2D, ltTextureRect, ltMultiTexture, ltText, ltVector, ltEnd } |
函数 | |
LayerType | GetType () |
ColorType | GetOrignColor () |
int | GetLeft () |
int | GetTop () |
int | GetWidth () |
int | GetHeight () |
void | SetLeft (int n) |
void | SetTop (int n) |
virtual void | SetFilter (TextureFilter)=0 |
设置层过滤方式 | |
virtual void | SetAnisotropy (int)=0 |
设置层各向异性过滤级别 | |
virtual void | CreateLayer (ColorType, uint, uint8 *, uint)=0 |
实质创建层虚拟函数 | |
变量 | |
uint | gl_format |
LayerType | layer_type |
ColorType | orign_color |
int | layer_left |
int | layer_top |
int | layer_width |
int | layer_height |
int | hgp_width |
int | hgp_height |
enum LayerType |
int GetHeight | ( | ) | [protected] |
int GetLeft | ( | ) | [protected] |
ColorType GetOrignColor | ( | ) | [protected] |
int GetTop | ( | ) | [protected] |
LayerType GetType | ( | ) | [protected] |
int GetWidth | ( | ) | [protected] |
virtual void SetAnisotropy | ( | int | ) | [pure virtual] |
设置层各向异性过滤级别
virtual void SetFilter | ( | TextureFilter | ) | [pure virtual] |
设置层过滤方式
void SetLeft | ( | int | n | ) | [protected] |
void SetTop | ( | int | n | ) | [protected] |
int hgp_height |
int hgp_width |
int layer_height |
int layer_left |
int layer_top |
int layer_width |
ColorType orign_color |