RaylibStack.next

Change the node contained by the stack.

  1. inout(Node) next()
  2. Node next(Node value)
    class RaylibStack(RaylibViewVersion raylibVersion)

Parameters

value Node

Value to set.

Return Value

Type: Node

Newly set node.

Meta