SwiftDocCRenderNodeTransformingProtocolRenderNodeTransformingA type that modifies a render node.protocol RenderNodeTransformingTopicsInstance Methodsfunc then(any RenderNodeTransforming) -> RenderNodeTransformationCompositionCombines this transformation with another transformation.func transform(renderNode: RenderNode, context: RenderNodeTransformationContext) -> Self.RenderNodeTransformationResultApplies the transformation to the given render node.Type Aliasestypealias RenderNodeTransformationResultA pair that consists of a render node and a transformation context.