The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

$Real timePos : (no info available)

Returns

void

$obj->getLength()

Returns

Real

$obj->setLength($Real len)

Parameter types

$Real len : (no info available)

Returns

void

$obj->getWeight()

Returns

Real

$obj->setWeight($Real weight)

Parameter types

$Real weight : (no info available)

Returns

void

$obj->addTime($Real offset)

Parameter types

$Real offset : (no info available)

Returns

void

$obj->hasEnded()

Returns

bool

$obj->getEnabled()

Returns

bool

$obj->setEnabled($bool enabled)

Parameter types

$bool enabled : (no info available)

Returns

void

$obj->getLoop()

Returns

bool

$obj->setLoop($bool loop)

Parameter types

$bool loop : (no info available)

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 .