[OgreKit Lua]

Public Member Functions | List of all members
gsGorillaRectangle Class Reference

Public Member Functions

 gsGorillaRectangle (gkGorillaRectangle *rect)
 
virtual ~gsGorillaRectangle ()
 
void setBackgroundColor (float r, float g, float b, float a)
 
void setBackgroundColor (const gsVector4 &c)
 
float getPosX ()
 
float getPosY ()
 
float getWidth ()
 
float getHeight ()
 
void setPosition (float x, float y)
 
void setSprite (const gkString &name)
 
void update (float dt=0.0166666f)
 
void setBorder (float width, gsVector4 *col)
 
gkGorillaRectangle_get ()
 

Constructor & Destructor Documentation

gsGorillaRectangle::gsGorillaRectangle ( gkGorillaRectangle rect)
inline
virtual gsGorillaRectangle::~gsGorillaRectangle ( )
inlinevirtual

Member Function Documentation

gkGorillaRectangle* gsGorillaRectangle::_get ( )
inline
float gsGorillaRectangle::getHeight ( )
inline
float gsGorillaRectangle::getPosX ( )
inline
float gsGorillaRectangle::getPosY ( )
inline
float gsGorillaRectangle::getWidth ( )
inline
void gsGorillaRectangle::setBackgroundColor ( float  r,
float  g,
float  b,
float  a 
)
inline
void gsGorillaRectangle::setBackgroundColor ( const gsVector4 c)
inline
void gsGorillaRectangle::setBorder ( float  width,
gsVector4 col 
)
inline
void gsGorillaRectangle::setPosition ( float  x,
float  y 
)
inline
void gsGorillaRectangle::setSprite ( const gkString &  name)
inline
void gsGorillaRectangle::update ( float  dt = 0.0166666f)
inline