Package | Description |
---|---|
cell2d.space |
Modifier and Type | Method and Description |
---|---|
SpaceLayer<T> |
SpaceState.getLayer(int id)
Returns the SpaceLayer that is assigned to this SpaceState with the
specified ID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpaceState.setLayer(int id,
SpaceLayer<T> layer)
Sets the SpaceLayer that is assigned to this SpaceState with the
specified ID to the specified SpaceLayer, if it is not already assigned
to a SpaceState.
|