Base class: Object
This class stores all the objects in a game level.
| Property | Type | Description | 
|---|---|---|
| entities | Entity[] | array of all top-level entities in the map | 
| path | string | read-only file path | 
| GetEntity | Method | retrieves an entity using a UUID | 
| LoadScene | Function | loads a map from a file |