Environment
io.github.srs.model.environment.Environment
final case class Environment(width: Int, height: Int, entities: Set[Entity], _lightMap: Option[LightMap[IO]]) extends EnvironmentParameters
Represents an environment with a specific width, height, and a set of entities.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EnvironmentParametersclass Objecttrait Matchableclass Any
Members list
In this article