I would like to animate the SKShapeNode’s lineLength property.
Quote from the documentation:
By interpolating this value over time (for example, in your scene's update(_:) callback), you can animate the shape as if it were drawn in real time.
This is exactly what i would like to do but how can i change the value?
The lineLength is a get property.