moveNodeToPosition

abstract fun moveNodeToPosition(node: Node<T>, position: P)(source)

This method moves a node in the environment to some position. If node move is unsupported, it does nothing.