moveNodeToPosition

@Nonnull
abstract fun moveNodeToPosition(@Nonnull node: Node<T>, @Nonnull 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.