NAME

Ogre::MovableObject

SYNOPSIS

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

DESCRIPTION

See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1MovableObject.html

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

INSTANCE METHODS

$obj->setVisible($visible)

Parameter types

$visible : bool

Returns

void

$obj->getVisible()

Returns

bool

$obj->isVisible()

Returns

bool

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .