AutomatonSeedValues

indigoextras.subsystems.AutomatonSeedValues
final case class AutomatonSeedValues(spawnedAt: Point, createdAt: Seconds, lifeSpan: Seconds, randomSeed: Int, payload: Option[AutomatonPayload])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def progression(timeAlive: Seconds): Double

A value progressing from 0 to 1 as the automaton reaches its end.

A value progressing from 0 to 1 as the automaton reaches its end.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product