Deformer.onMoved

Called when the node is moved from one parent to another.

class Deformer
protected @nogc override
void
onMoved
(,,
ptrdiff_t index
)

Parameters

from Node

The node that used to be this node's parent.

to Node

The node it was moved to.

index ptrdiff_t

The index the node was moved to.

Meta