SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnComponentAdded()

template<typename T >
void Spices::World::OnComponentAdded ( Entity * entity,
T & component )
private

Called On any Component Added to this world.

Parameters
[in]entityEntity row pointer.
[in]componentSpecific Component reference.

Definition at line 386 of file World.h.

387 {
389
390 component.OnComponentAdded(*entity);
391 }
#define SPICES_PROFILE_ZONE