SCNAnimationDidStopHandler Delegate

Definition

public delegate void SCNAnimationDidStopHandler(SCNAnimation animation, SCNAnimatable receiver, bool completed);
type SCNAnimationDidStopHandler = delegate of SCNAnimation * SCNAnimatable * bool -> unit

Parameters

animation
SCNAnimation
receiver
SCNAnimatable
completed
Boolean

Applies to