Contents

fillTexture

The texture used to fill the shape.

Declaration

var fillTexture: SKTexture? { get set }

Mentioned in

Discussion

The default value is nil. If a fill texture is specified, the shape node is rendered using that texture blended with the fillColor.

See Also

Filling a Shape