| Interface | Description |
|---|---|
| SparseMisoSceneModel.ObjectVisitor |
An interface that allows external entities to "visit" and inspect
every object in this scene.
|
| Class | Description |
|---|---|
| MisoSceneModel |
Contains basic information for a miso scene model that is shared among
the specialized model implementations.
|
| ObjectInfo |
Contains information about an object in a Miso scene.
|
| SimpleMisoSceneModel |
Contains miso scene data for a scene that is assumed to be reasonably
simple and small, such that all base tile data for the entire scene can
be stored in a single contiguous array.
|
| SparseMisoSceneModel |
Contains miso scene data that is broken up into NxN tile sections.
|
| SparseMisoSceneModel.Section |
Contains information on a section of this scene.
|
| VirtualMisoSceneModel |
A convenient base class for "virtual" scenes which do not allow editing
and compute the base and object tiles rather than obtain them from some
data structure.
|
Copyright © 2015. All rights reserved.