次の方法で共有


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

適用対象