Share via


SCNAnimationEventHandler Delegate

Definition

Completion handler for use with Create(NFloat, SCNAnimationEventHandler).

public delegate void SCNAnimationEventHandler(ISCNAnimationProtocol animation, NSObject animatedObject, bool playingBackward);
type SCNAnimationEventHandler = delegate of ISCNAnimationProtocol * NSObject * bool -> unit

Parameters

animatedObject
NSObject
playingBackward
Boolean

Applies to