Instance Method
apply(transformation:)
Applies the given transformation to the decoded render node and removes unreferenced references from it.
func apply(transformation: any RenderNodeTransforming) -> RenderNode
Parameters
transformationThe transformation to apply.
Return Value
The transformed render node.