GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Static Public Member Functions | List of all members

Find resource usages in several parts of the project. More...

#include <SceneResourcesFinder.h>

Inherits gd::ArbitraryResourceWorker.

Static Public Member Functions

static std::set< gd::StringFindSceneResources (gd::Project &project, gd::Layout &layout)
 Find resource usages in a given scenes. More...
 
static std::set< gd::StringFindProjectResources (gd::Project &project)
 Find resource that are used globally in the project. More...
 

Detailed Description

Find resource usages in several parts of the project.

Member Function Documentation

◆ FindProjectResources()

std::set< gd::String > gd::SceneResourcesFinder::FindProjectResources ( gd::Project project)
static

Find resource that are used globally in the project.

It doesn't include resources used in scenes.

◆ FindSceneResources()

std::set< gd::String > gd::SceneResourcesFinder::FindSceneResources ( gd::Project project,
gd::Layout layout 
)
static

Find resource usages in a given scenes.

It doesn't include resources used globally.


The documentation for this class was generated from the following files: