Contents

stop(_:)

Stops playback of the view’s scene and resets the scene time to its start time.

Declaration

@IBAction func stop(_ sender: Any?)

Parameters

  • sender:

    The object requesting the action (used when connecting a control in Interface Builder). SceneKit ignores this parameter.

See Also

Playing Action and Animation in a View’s Scene