OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::LinkedSkeletonAnimationSource Struct Reference

Link to another skeleton to share animations. More...

#include <OgreSkeleton.h>

+ Collaboration diagram for Ogre::LinkedSkeletonAnimationSource:

Public Member Functions

 LinkedSkeletonAnimationSource (const String &skelName, Real scl)
 
 LinkedSkeletonAnimationSource (const String &skelName, Real scl, SkeletonPtr skelPtr)
 

Public Attributes

SkeletonPtr pSkeleton
 
Real scale
 
String skeletonName
 

Detailed Description

Link to another skeleton to share animations.

Definition at line 522 of file OgreSkeleton.h.

Constructor & Destructor Documentation

Ogre::LinkedSkeletonAnimationSource::LinkedSkeletonAnimationSource ( const String skelName,
Real  scl 
)
inline

Definition at line 527 of file OgreSkeleton.h.

Ogre::LinkedSkeletonAnimationSource::LinkedSkeletonAnimationSource ( const String skelName,
Real  scl,
SkeletonPtr  skelPtr 
)
inline

Definition at line 529 of file OgreSkeleton.h.

Member Data Documentation

SkeletonPtr Ogre::LinkedSkeletonAnimationSource::pSkeleton

Definition at line 525 of file OgreSkeleton.h.

Real Ogre::LinkedSkeletonAnimationSource::scale

Definition at line 526 of file OgreSkeleton.h.

String Ogre::LinkedSkeletonAnimationSource::skeletonName

Definition at line 524 of file OgreSkeleton.h.


The documentation for this struct was generated from the following file: