Automaton

indigoextras.subsystems.Automaton$
See theAutomaton companion class
object Automaton

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Automaton.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

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]