Entity::Entity(Entity* owner, ComponentFactory* componentFactory, const yam2d::PropertySet& properties)
		: Component(owner, properties)
		, m_components()
	{
		setAllProperties(componentFactory, properties);
	}
예제 #2
0
KLFLibEntry::KLFLibEntry(const KLFLibEntry& copy)
  : KLFPropertizedObject("KLFLibEntry")
{
  initRegisteredProperties();
  setAllProperties(copy.allProperties());
}