NAME
Ogre::OverlayElement
SYNOPSIS
use Ogre;
use Ogre::OverlayElement;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1OverlayElement.html
Note: this Perl binding is currently experimental and subject to API changes.
INSTANCE METHODS
$obj->initialise()
Returns
- void
$obj->show()
Returns
- void
$obj->hide()
Returns
- void
$obj->getName()
Returns
- String
$obj->isVisible()
Returns
- bool
$obj->isEnabled()
Returns
- bool
$obj->setEnabled($b)
Parameter types
Returns
- void
$obj->setDimensions($width, $height)
Parameter types
Returns
- void
$obj->setPosition($left, $top)
Parameter types
Returns
- void
$obj->setWidth($width)
Parameter types
Returns
- void
$obj->setHeight($height)
Parameter types
Returns
- void
$obj->setLeft($left)
Parameter types
Returns
- void
$obj->setTop($top)
Parameter types
Returns
- void
$obj->getWidth()
Returns
- Real
$obj->getHeight()
Returns
- Real
$obj->getLeft()
Returns
- Real
$obj->getTop()
Returns
- Real
$obj->getMaterialName()
Returns
- String
$obj->setMaterialName($matName)
Parameter types
Returns
- void
$obj->getTypeName()
Returns
- String
$obj->getCaption()
Returns
- String
$obj->setCaption($text)
Parameter types
Returns
- void
$obj->setColour($col)
Parameter types
Returns
- void
$obj->contains($x, $y)
Parameter types
Returns
- bool
$obj->findElementAt($x, $y)
Parameter types
Returns
$obj->isContainer()
Returns
- bool
$obj->isKeyEnabled()
Returns
- bool
$obj->isCloneable()
Returns
- bool
$obj->getParent()
Returns
$obj->getZOrder()
Returns
$obj->getSquaredViewDepth($cam)
Parameter types
Returns
- Real
$obj->copyFromTemplate($templateOverlay)
Parameter types
Returns
- void
$obj->clone($instanceName)
Parameter types
Returns
$obj->getSourceTemplate()
Returns
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .