GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Static Public Member Functions | |
static void | ExposeWholeProjectResources (gd::Project &project, gd::ArbitraryResourceWorker &worker) |
Called ( e.g. during compilation ) so as to inventory internal resources, sometimes update their filename or any other work or resources. More... | |
static void | ExposeProjectResources (gd::Project &project, gd::ArbitraryResourceWorker &worker) |
Expose only the resources used globally on a project. More... | |
static void | ExposeLayoutResources (gd::Project &project, gd::Layout &layout, gd::ArbitraryResourceWorker &worker) |
Expose the resources used in a given layout. More... | |
static void | ExposeEffectResources (gd::Platform &platform, gd::Effect &effect, gd::ArbitraryResourceWorker &worker) |
Expose the resources used in a given effect. | |
|
static |
Expose the resources used in a given layout.
It doesn't include resources used globally.
|
static |
Expose only the resources used globally on a project.
It doesn't include resources used in layouts.
|
static |
Called ( e.g. during compilation ) so as to inventory internal resources, sometimes update their filename or any other work or resources.
See WholeProjectRefactorer for the same thing for events.