[This is preliminary documentation and is subject to change.]

The Map type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
DateCreated
DateModified
DrawQueueBlockCount
Total estimated number of blocks left to process, from all draw operations combined.
DrawQueueLength
Number of active draw operations.
Guid
HasChangedSinceSave
Whether the map was modified since last time it was saved.
Metadata
Map metadata, excluding zones.
Spawn
Default spawning point on the map.
UpdateQueueLength
Number of blocks that are waiting to be processed.
World
The world associated with this map, if any. May be null.
Zones
All zones within a map.

See Also