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 |