Base class: Object
This class stores all the objects in a game level.
Property | Type | Description |
---|---|---|
entities | vector< shared_ptr<Entity> > | array of all top-level entities in the map |
path | WString | file path |
LoadScene | Function | loads a map from a file |