|
tram::Pool< tram::Audio::Sound > | pool ("Sound Resource pool", RESOURCE_LIMIT_SOUND) |
|
Pool< AnimationComponent > | pool ("AnimationComponent pool", COMPONENT_LIMIT_ANIMATION) |
|
Pool< AudioComponent > | pool ("AudioComponent pool", COMPONENT_LIMIT_AUDIO) |
|
Pool< FPSControllerComponent > | pool ("FPSControllerComponent pool", COMPONENT_LIMIT_CONTROLLER) |
|
Pool< RaycastControllerComponent > | pool ("RaycastControllerComponent pool", COMPONENT_LIMIT_CONTROLLER) |
|
Pool< DecalComponent > | pool ("DecalComponent pool", COMPONENT_LIMIT_DECAL) |
|
Pool< LightComponent > | pool ("LightComponent pool", COMPONENT_LIMIT_LIGHT) |
|
Pool< ParticleComponent > | pool ("ParticleComponent pool", COMPONENT_LIMIT_PARTICLE) |
|
Pool< PhysicsComponent > | pool ("PhysicsComponent pool", COMPONENT_LIMIT_PHYSICS) |
|
Pool< PlayerComponent > | pool ("PlayerComponent pool", COMPONENT_LIMIT_PLAYER) |
|
Pool< RenderComponent > | pool ("RenderComponent pool", COMPONENT_LIMIT_RENDER) |
|
Pool< SpriteComponent > | pool ("SpriteComponent pool", COMPONENT_LIMIT_SPRITE) |
|
Pool< TriggerComponent > | pool ("TriggerComponent pool", COMPONENT_LIMIT_TRIGGER) |
|
tram::Pool< tram::Ext::Kitchensink::AIAgent > | pool ("ai_agent_list pool", 100) |
|
tram::Pool< tram::Ext::Kitchensink::AnimationTable > | pool ("AnimationTable pool", EXT_KITCHENSINK_ANIMATIONTABLE_LIMIT) |
|
Pool< Ext::Kitchensink::AttributeContainer > | pool ("Ext::Kitchensink::AttributeContainer Pool", ATTRIBUTE_CONTAINER_COUNT) |
|
Pool< Ext::Kitchensink::Faction > | pool ("Ext::Kitchensink::Faction Pool", FACTION_COUNT) |
|
Pool< Ext::Kitchensink::Character > | pool ("Ext::Kitchensink::Character Pool", CHARACTER_COUNT) |
|
Pool< Ext::Kitchensink::CharacterClass > | pool ("Ext::Kitchensink::CharacterClass Pool", CLASS_COUNT) |
|
tram::Pool< tram::Ext::Kitchensink::SoundTable > | pool ("SoundTable pool", EXT_KITCHENSINK_SOUNDTABLE_LIMIT) |
|
Pool< Navmesh > | pool ("navmesh pool", 100) |
|
Pool< Path > | pool ("Path pool", RESOURCE_LIMIT_PATH) |
|
Pool< Transition > | pool ("worldcelltransition pool", WORLDCELL_TRANSITION_LIMIT) |
|
Pool< WorldCell > | pool ("Worldcell pool", WORLDCELL_LIMIT) |
|
tram::Pool< tram::Render::API::GLDrawListEntry > | pool ("GLDrawListEntry pool", 1000) |
|
tram::Pool< tram::Render::API::GLLight > | pool ("GLLight pool", COMPONENT_LIMIT_LIGHT, {tram::Render::API::GLLight{}}) |
|
tram::Pool< tram::Render::API::GLMaterial > | pool ("GLMaterial pool", RESOURCE_LIMIT_MATERIAL) |
|