moveNodeToPosition

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

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

Parameters

node

The node to move

position

The absolute position in which this node will be moved.