Castor3D
..
|
Structure permettant de spécialiser le comportement d'un cache de scène. Plus de détails...
Types publics | |
using | Producer = std::function< std::shared_ptr< SceneNode >(KeyType const &) > |
using | Merger = std::function< void(ObjectCacheBase< SceneNode, KeyType > const &, castor::Collection< SceneNode, KeyType > &, std::shared_ptr< SceneNode >, SceneNodeSPtr, SceneNodeSPtr) > |
Attributs publics statiques | |
static C3D_API const castor::String | Name |
Structure permettant de spécialiser le comportement d'un cache de scène.
using castor3d::ObjectCacheTraits< SceneNode, KeyType >::Merger = std::function< void( ObjectCacheBase< SceneNode, KeyType > const & , castor::Collection< SceneNode, KeyType > & , std::shared_ptr< SceneNode > , SceneNodeSPtr , SceneNodeSPtr ) > |
using castor3d::ObjectCacheTraits< SceneNode, KeyType >::Producer = std::function< std::shared_ptr< SceneNode >( KeyType const & ) > |
|
static |