FluidDroppable.dropHover

Called every frame an eligible node is hovering the rectangle. Used to provide feedback while drawing the container node.

interface FluidDroppable
void
dropHover
(
Vector2 position
,
Rectangle rectangle
)

Parameters

position Vector2

Screen cursor position.

rectangle Rectangle

Rectangle used by the node, relative to the droppable.

Meta