Snapshot.appendNode

Appends @node to the current render node of @snapshot, without changing the current node.

If @snapshot does not have a current node yet, @node will become the initial node.

class Snapshot
void
appendNode

Parameters

node RenderNode

a #GskRenderNode

Meta