|
SuperDex Physics C++ API
|
Go to the source code of this file.
Namespaces | |
| namespace | superdex |
| namespace | superdex::prefab |
Functions | |
| AddToSceneResult | superdex::prefab::AddToScene (ScenePrefab const &prefab, Scene *scene, Error &error) |
| Overload of AddToScene that instantiates a ScenePrefab using default PrefabParams. | |
| AddToSceneResult | superdex::prefab::AddToScene (std::string_view prefabPath, std::string_view rootPath, Scene *scene, Error &error) |
| Overload of AddToScene that loads a prefab from a file and instantiates it using default PrefabParams. | |