|
enum | Ogre::v1::GuiHorizontalAlignment { Ogre::v1::GHA_LEFT
, Ogre::v1::GHA_CENTER
, Ogre::v1::GHA_RIGHT
} |
| Enum describing where '0' is in relation to the parent in the horizontal dimension. More...
|
|
enum | Ogre::v1::GuiMetricsMode { Ogre::v1::GMM_RELATIVE
, Ogre::v1::GMM_PIXELS
, Ogre::v1::GMM_RELATIVE_ASPECT_ADJUSTED
} |
| Enum describing how the position / size of an element is to be recorded. More...
|
|
enum | Ogre::v1::GuiVerticalAlignment { Ogre::v1::GVA_TOP
, Ogre::v1::GVA_CENTER
, Ogre::v1::GVA_BOTTOM
} |
| Enum describing where '0' is in relation to the parent in the vertical dimension. More...
|
|