![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Find resource usages in several parts of the project. More...
#include <SceneResourcesFinder.h>
Inherits gd::ArbitraryResourceWorker.
Static Public Member Functions | |
| static std::set< gd::String > | FindSceneResources (gd::Project &project, gd::Layout &layout) |
| Find resource usages in a given scene. More... | |
| static std::set< gd::String > | FindProjectResources (gd::Project &project) |
| Find resource that are used globally in the project. More... | |
| static std::set< gd::String > | FindEventsBasedObjectVariantResources (gd::Project &project, gd::EventsBasedObjectVariant &variant) |
| Find resource usages in a given events-based object variant. | |
Find resource usages in several parts of the project.
|
static |
Find resource that are used globally in the project.
It doesn't include resources used in scenes.
|
static |
Find resource usages in a given scene.
It doesn't include resources used globally.