Ogre::StringInterface - Ogre::StringInterface documentation


Ogre documentation  | view source Contained in the Ogre distribution.

Index


SYNOPSIS

Top

  use Ogre;
  use Ogre::StringInterface;
  # (for now see examples/README.txt)

DESCRIPTION

Top

See the online API documentation athttp://www.ogre3d.org/docs/api/html/classOgre_1_1StringInterface.html

Note: this Perl binding is currently experimental and subject to API changes.

CLASS METHODS

Top

Ogre::StringInterface->cleanupDictionary()

Returns

void

INSTANCE METHODS

Top

$obj->setParameter($name, $value)

Parameter types

$name : String
$value : String

Returns

bool

$obj->getParameter($name)

Parameter types

$name : String

Returns

String

$obj->copyParametersTo($dest)

Parameter types

$dest : StringInterface *

Returns

void

AUTHOR

Top

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .


Ogre documentation  | view source Contained in the Ogre distribution.