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 scenes. More... | |
static std::set< gd::String > | FindProjectResources (gd::Project &project) |
Find resource that are used globally in the project. More... | |
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 scenes.
It doesn't include resources used globally.