NAME
Ogre::StringInterface
SYNOPSIS
use Ogre;
use Ogre::StringInterface;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1StringInterface.html
Note: this Perl binding is currently experimental and subject to API changes.
CLASS METHODS
Ogre::StringInterface->cleanupDictionary()
Returns
- void
INSTANCE METHODS
$obj->setParameter($name, $value)
Parameter types
Returns
- bool
$obj->getParameter($name)
Parameter types
Returns
- String
$obj->copyParametersTo($dest)
Parameter types
Returns
- void
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .