Node2D.moveLocalY

Applies a local translation on the node's Y axis based on the Node._process's delta. If scaled is false, normalizes the movement.

struct Node2D
@nogc nothrow
void
moveLocalY
(
in double delta
,
in bool scaled = false
)

Meta