SCNAnimationDidStopHandler 委托

定义

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

参数

animation
SCNAnimation
receiver
SCNAnimatable
completed
Boolean

适用于