6 namespace fireworks {
namespace components {
33 Component(
const std::string& componentName,
unsigned int componentID);
ComponentType componentType
Basic information about the type of the component.
Definition: component.h:26
virtual void Dummy()
A Dummy method to make the class polymorphic.
Definition: component.h:35
Class for creating components.
Definition: component.h:22
Definition: audioclip.cpp:3
To uniquely identify the component.
Definition: component.h:15
unsigned int typeID
Definition: component.h:18
Definition: component.h:11
std::string name
Definition: component.h:17
ComponentsList
The list of components in the engine.
Definition: component.h:9