![]() |
RigsofRods
Soft-body Physics Simulation
|
Go to the source code of this file.
Namespaces | |
AngelOgre | |
OGRE-AngelScript bindings; Actually named Ogre in the scripts, just changed for docs to separate things. | |
Enumerations | |
enum | AngelOgre::GuiMetricsMode { AngelOgre::GMM_PIXELS, AngelOgre::GMM_RELATIVE, AngelOgre::GMM_RELATIVE_ASPECT_ADJUSTED } |
Functions | |
void | AngelOgre::show () |
void | AngelOgre::hide () |
bool | AngelOgre::isVisible () const |
void | AngelOgre::setPosition (float, float) |
void | AngelOgre::setDimensions (float, float) |
float | AngelOgre::getLeft () const |
float | AngelOgre::getTop () const |
float | AngelOgre::getWidth () const |
float | AngelOgre::getHeight () const |
void | AngelOgre::setLeft (float) |
void | AngelOgre::setTop (float) |
void | AngelOgre::setWidth (float) |
void | AngelOgre::setHeight (float) |
const string & | AngelOgre::getMaterialName () const |
void | AngelOgre::setMaterialName (const string &in, const string &in) |
void | AngelOgre::setCaption (const string &in) |
const string & | AngelOgre::getCaption () const |
void | AngelOgre::setColour (const color &in) |
const color & | AngelOgre::getColour () const |
GuiMetricsMode | AngelOgre::getMetricsMode () const |
void | AngelOgre::setMetricsMode (GuiMetricsMode) |
GuiHorizontalAlignment | AngelOgre::getHorizontalAlignment () const |
void | AngelOgre::setHorizontalAlignment (GuiHorizontalAlignment) |
GMM_PIXELS |
Definition at line 2 of file AngelOgre_OverlayElement.h.
GMM_RELATIVE |
Definition at line 3 of file AngelOgre_OverlayElement.h.
GMM_RELATIVE_ASPECT_ADJUSTED |
Definition at line 5 of file AngelOgre_OverlayElement.h.