|
MxEngine
|
Public Types | |
| using | Factory = FactoryImpl< Args... > |
| using | ThisType = AbstractFactoryImpl< Args... > |
Static Public Member Functions | |
| static Factory * | GetImpl () |
| static void | Init () |
| static void | Clone (Factory *other) |
| template<typename U > | |
| static auto & | Get () |
| template<typename T , typename... ConstructArgs> | |
| static Resource< T, ThisType > | Create (ConstructArgs &&... args) |
| template<typename T > | |
| static void | Destroy (Resource< T, ThisType > &resource) |
1.8.12