NAME
Ogre::AnimationState
SYNOPSIS
use Ogre;
use Ogre::AnimationState;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1AnimationState.html
Note: this Perl binding is currently experimental and subject to API changes.
INSTANCE METHODS
$obj->getAnimationName()
Returns
- String
$obj->getTimePosition()
Returns
- Real
$obj->setTimePosition($Real timePos)
Parameter types
Returns
- void
$obj->getLength()
Returns
- Real
$obj->setLength($Real len)
Parameter types
Returns
- void
$obj->getWeight()
Returns
- Real
$obj->setWeight($Real weight)
Parameter types
Returns
- void
$obj->addTime($Real offset)
Parameter types
Returns
- void
$obj->hasEnded()
Returns
- bool
$obj->getEnabled()
Returns
- bool
$obj->setEnabled($bool enabled)
Parameter types
Returns
- void
$obj->getLoop()
Returns
- bool
$obj->setLoop($bool loop)
Parameter types
Returns
- void
$obj->copyStateFrom($animState)
Parameter types
Returns
- void
$obj->getParent()
Returns
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .