API Documentation
Static Public Member Functions | List of all members
nkScripts::ProjectLoader Class Referencefinal

Offers project loading / saving capabilities. More...

Static Public Member Functions

static void save (const ProjectSaveQuery &query)
 
static ProjectLoadResult load (const ProjectLoadQuery &query)
 

Detailed Description

Offers project loading / saving capabilities.

A project can be seen as a big dump of all resources available in the component at call time.

Member Function Documentation

◆ save()

static void nkScripts::ProjectLoader::save ( const ProjectSaveQuery query)
static

Saves a project.

Parameters
queryThe query describing all information for the saving process.

◆ load()

static ProjectLoadResult nkScripts::ProjectLoader::load ( const ProjectLoadQuery query)
static

Loads a project.

Parameters
queryThe query describing all information for the loading process.
Returns
The result of loading the project.

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