MoveForwardAndTeleport

open fun MoveForwardAndTeleport(    environment: Environment<T, P>,     node: Node<T>,     deltaX: Double,     minX: Double,     maxX: Double)

Parameters

environment

the environment

node

the node

deltaX

how far along the x axis the node should move each time the action is triggered

minX

minimum x point

maxX

maximum x point