Public Member Functions | |
| KSubTile (KTile *pTile, float PosX, float PosY) | |
| virtual | ~KSubTile () |
| float | GetPosX () |
| float | GetPosY () |
| char * | GetpTextureName () |
| void | SetpTextureName (char *pName) |
| float | GetMapAngle () |
| void | SetMapAngle (float Angle) |
Static Public Member Functions | |
| static u32 | GetnMipMeshLevels () |
Protected Attributes | |
| KTile * | m_pTile |
| float | m_PosX |
| float | m_PosY |
| char * | m_pTextureName |
| float | m_MapAngle |
Definition at line 19 of file SubTile.h.
1.5.1-p1