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.
Creates a shape node with a circular path centered on the node’s origin.
convenience init(circleOfRadius radius: CGFloat)The radius of the circle.
A new shape node.