Contents

strokeTexture

The texture used to stroke the shape.

Declaration

var strokeTexture: SKTexture? { get set }

Discussion

The default value is nil. If a stroke texture is specified, the strokeColor property is ignored and the stroked portion of the shape node is rendered using the texture instead.

See Also

Stroking a Shape