Automaton

object Automaton
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def FixedModifier(transform: (AutomatonSeedValues, SceneNode) => SceneNode): SignalReader[(AutomatonSeedValues, SceneNode), AutomatonUpdate]
def NoOpModifier: SignalReader[(AutomatonSeedValues, SceneNode), AutomatonUpdate]
def apply(node: AutomatonNode, lifespan: Seconds): Automaton
def apply(node: AutomatonNode, lifespan: Seconds, placeModifier: (Point, SceneNode) => SceneNode): Automaton

Concrete fields

val NoCullEvent: AutomatonSeedValues => List[GlobalEvent]