共用方式為


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

適用於