Represents scene-specific data used for saving and loading per scene. More...
Public Attributes | |
Dictionary< string, List< DataEntry > > | sceneDataEntries = new Dictionary<string, List<DataEntry>>() |
Dictionary mapping scene names to their corresponding list of data entries. | |
Represents scene-specific data used for saving and loading per scene.
Dictionary<string, List<DataEntry> > Backbone::SceneData::sceneDataEntries = new Dictionary<string, List<DataEntry>>() |
Dictionary mapping scene names to their corresponding list of data entries.