Contents

init(circleOfRadius:)

Creates a shape node with a circular path centered on the node’s origin.

Declaration

convenience init(circleOfRadius radius: CGFloat)

Parameters

  • radius:

    The radius of the circle.

Return Value

A new shape node.