Scott Lanning > Ogre > Ogre::ResourceGroupManager

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Ogre::ResourceGroupManager

SYNOPSIS ^

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

DESCRIPTION ^

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

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

CLASS METHODS ^

Ogre::ResourceGroupManager->getSingletonPtr()

Returns

ResourceGroupManager *

INSTANCE METHODS ^

$obj->addResourceLocation($name, $locType, $resGroup)

Parameter types

$name : String
$locType : String
$resGroup : String

Returns

void

$obj->initialiseAllResourceGroups()

Returns

void

$obj->DEFAULT_RESOURCE_GROUP_NAME()

Returns

String

AUTHOR ^

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .