dtActors::AnimationGameActor Class Reference

This class is the game actor for an animated model. More...

#include <animationgameactor.h>

Inheritance diagram for dtActors::AnimationGameActor:

dtGame::GameActor dtCore::Physical dtCore::Transformable dtCore::DeltaDrawable dtCore::Base

List of all members.

Public Member Functions

 AnimationGameActor (dtGame::GameActorProxy &proxy)
 Constructs an AnimationGameActor actor.
virtual void SetModel (const std::string &modelFile)
 Loads a model file.
dtAnim::AnimationHelperGetHelper ()
const dtAnim::AnimationHelperGetHelper () const

Protected Member Functions

virtual ~AnimationGameActor ()
 Destroys this actor.

Protected Attributes

dtCore::RefPtr
< dtAnim::AnimationHelper
mHelper


Detailed Description

This class is the game actor for an animated model.

See also:
GameActor

AnimationGameActorProxy


Constructor & Destructor Documentation

dtActors::AnimationGameActor::AnimationGameActor ( dtGame::GameActorProxy proxy  ) 

Constructs an AnimationGameActor actor.

Parameters:
proxy The actor proxy owning this task actor.

dtActors::AnimationGameActor::~AnimationGameActor (  )  [protected, virtual]

Destroys this actor.


Member Function Documentation

void dtActors::AnimationGameActor::SetModel ( const std::string &  modelFile  )  [virtual]

Loads a model file.

Parameters:
modelFile The filename of the model to load.

dtAnim::AnimationHelper * dtActors::AnimationGameActor::GetHelper (  ) 

const dtAnim::AnimationHelper * dtActors::AnimationGameActor::GetHelper (  )  const


Member Data Documentation

dtCore::RefPtr<dtAnim::AnimationHelper> dtActors::AnimationGameActor::mHelper [protected]


http://www.delta3d.org
2.0.0 generated 14 Feb 2008