Layers which is rendered on top of the 'normal' scene contents.
More...
Layers which is rendered on top of the 'normal' scene contents.
#define OGRE_DEREF_DISPLAYSTRING_ITERATOR |
( |
|
it | ) |
*it |
Enumerates the types of Font usable in the engine.
Enumerator |
---|
FT_TRUETYPE |
Generated from a truetype (.ttf) font.
|
FT_IMAGE |
Loaded from an image created by an artist.
|
Enum describing how the position / size of an element is to be recorded.
Enumerator |
---|
GMM_RELATIVE |
'left', 'top', 'height' and 'width' are parametrics from 0.0 to 1.0
|
GMM_PIXELS |
Positions & sizes are in absolute pixels.
|
GMM_RELATIVE_ASPECT_ADJUSTED |
Positions & sizes are in virtual pixels.
|
Enum describing where '0' is in relation to the parent in the horizontal dimension.
Enumerator |
---|
GHA_LEFT |
|
GHA_CENTER |
|
GHA_RIGHT |
|
Enum describing where '0' is in relation to the parent in the vertical dimension.
Enumerator |
---|
GVA_TOP |
|
GVA_CENTER |
|
GVA_BOTTOM |
|
Ogre::OverlayProfileSessionListener::OverlayProfileSessionListener |
( |
| ) |
|
virtual Ogre::OverlayProfileSessionListener::~OverlayProfileSessionListener |
( |
| ) |
|
|
virtual |
virtual void Ogre::OverlayProfileSessionListener::initializeSession |
( |
| ) |
|
|
virtual |
virtual void Ogre::OverlayProfileSessionListener::finializeSession |
( |
| ) |
|
|
virtual |
virtual void Ogre::OverlayProfileSessionListener::displayResults |
( |
const ProfileInstance & |
instance, |
|
|
ulong |
maxTotalFrameTime |
|
) |
| |
|
virtual |
virtual void Ogre::OverlayProfileSessionListener::changeEnableState |
( |
bool |
enabled | ) |
|
|
virtual |
void Ogre::OverlayProfileSessionListener::setOverlayDimensions |
( |
Real |
width, |
|
|
Real |
height |
|
) |
| |
Set the size of the profiler overlay, in pixels.
void Ogre::OverlayProfileSessionListener::setOverlayPosition |
( |
Real |
left, |
|
|
Real |
top |
|
) |
| |
Set the position of the profiler overlay, in pixels.
Real Ogre::OverlayProfileSessionListener::getOverlayWidth |
( |
| ) |
const |
Real Ogre::OverlayProfileSessionListener::getOverlayHeight |
( |
| ) |
const |
Real Ogre::OverlayProfileSessionListener::getOverlayLeft |
( |
| ) |
const |
Real Ogre::OverlayProfileSessionListener::getOverlayTop |
( |
| ) |
const |
Ogre::OverlaySystem::OverlaySystem |
( |
| ) |
|
virtual Ogre::OverlaySystem::~OverlaySystem |
( |
| ) |
|
|
virtual |
virtual void Ogre::OverlaySystem::renderQueueStarted |
( |
uint8 |
queueGroupId, |
|
|
const String & |
invocation, |
|
|
bool & |
skipThisInvocation |
|
) |
| |
|
virtual |