MapLoader
Is abstract
Derives from object

Constructors

MapLoader( SceneWorld world, PhysicsWorld physics, )

Fields

protected readonly List<SceneObject> SceneObjects

Properties

SceneWorld World { get; }

Methods

protected abstract void CreateObject( ObjectEntry kv, )

Create an object from a serialized object entry

Inheriting Types