#include <SceneBuilderFactories.h>
Inherits AnimatorParser.
Inheritance diagram for PhysicsStepParser:


Public Member Functions | |
| PhysicsStepParser (std::map< std::string, Object * > &objects) | |
| virtual Animator * | create (const std::string &type, std::stringstream &line) |
Definition at line 748 of file SceneBuilderFactories.h.
| PhysicsStepParser::PhysicsStepParser | ( | std::map< std::string, Object * > & | objects | ) | [inline] |
Constructor
Definition at line 753 of file SceneBuilderFactories.h.
| Animator * PhysicsStepParser::create | ( | const std::string & | type, | |
| std::stringstream & | line | |||
| ) | [virtual] |
Create a new physics step based on type and data in the stream
| type | Statement type | |
| line | Line with data |
Implements AnimatorParser.
Definition at line 742 of file SceneBuilderFactories.cpp.
References AnimatorParser::mObjects.
1.5.1