[OgreKit Lua]

Public Member Functions | List of all members
gsGorilla Class Reference

Public Member Functions

 gsGorilla ()
 
gkTextureAtlasloadAtlas (const gkString &name, const gkString group=Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME)
 
gkGorillaScreencreateScreen (gsScene *scene, gkString atlas="")
 
gkGorillaScreen3DcreateScreen3D (gsGameObject *rootObj, gkString atlas="")
 
void destroyScreen (gsGorillaScreen *screen)
 

Constructor & Destructor Documentation

gsGorilla::gsGorilla ( )
inline

Member Function Documentation

gkGorillaScreen* gsGorilla::createScreen ( gsScene scene,
gkString  atlas = "" 
)
inline
gkGorillaScreen3D* gsGorilla::createScreen3D ( gsGameObject rootObj,
gkString  atlas = "" 
)
inline
void gsGorilla::destroyScreen ( gsGorillaScreen screen)
inline
gkTextureAtlas* gsGorilla::loadAtlas ( const gkString &  name,
const gkString  group = Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME 
)
inline