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($timePos)

Parameter types

$timePos : Real

Returns

void

$obj->getLength()

Returns

Real

$obj->setLength($len)

Parameter types

$len : Real

Returns

void

$obj->getWeight()

Returns

Real

$obj->setWeight($weight)

Parameter types

$weight : Real

Returns

void

$obj->addTime($offset)

Parameter types

$offset : Real

Returns

void

$obj->hasEnded()

Returns

bool

$obj->getEnabled()

Returns

bool

$obj->setEnabled($enabled)

Parameter types

$enabled : bool

Returns

void

$obj->getLoop()

Returns

bool

$obj->setLoop($loop)

Parameter types

$loop : bool

Returns

void

$obj->copyStateFrom($animState)

Parameter types

$animState : AnimationState *

Returns

void

$obj->getParent()

Returns

AnimationStateSet *

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .