class MAGES::StartupData

Overview

A scriptable object that contains entries and schema definitions that should exist after the data container module has been initialized. More…

class StartupData: public ScriptableObject
{
public:
    // classes

    class DataEntry;
    class SchemaEntry;

    // properties

    List<SchemaEntry> Schemas;
    List<DataEntry> Data;
};

Detailed Documentation

A scriptable object that contains entries and schema definitions that should exist after the data container module has been initialized.

Properties

List<SchemaEntry> Schemas

Gets the schema definitions.

List<DataEntry> Data

Gets the data entries.