deAnimationBuilder Class Reference

Animation Builder. More...

#include <deAnimationBuilder.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deAnimationBuilder ()
 Creates a new animation builder.
virtual ~deAnimationBuilder ()
 Cleans up the animation builder.
Management
virtual void BuildAnimation (deAnimation *animation)=0
 Build animation into the provided animation object.

Detailed Description

Animation Builder.

The animation builder is provided for applications requiring to produce animation resources not from a file but from data somewhere in memory. Usually used by editors to create animation resources from an in-editor representation of a animation.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deAnimationBuilder::deAnimationBuilder (  )

Creates a new animation builder.

virtual deAnimationBuilder::~deAnimationBuilder (  ) [virtual]

Cleans up the animation builder.


Member Function Documentation

virtual void deAnimationBuilder::BuildAnimation ( deAnimation animation ) [pure virtual]

Build animation into the provided animation object.


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