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