Type Alias SCNAnimationEventBlock

Source
pub type SCNAnimationEventBlock = *mut Block<dyn Fn(NonNull<ProtocolObject<dyn SCNAnimationProtocol>>, NonNull<AnyObject>, Bool)>;
Available on crate features SCNAnimation and block2 only.
Expand description

Signature for the block executed when the animation event is triggered.

See also Apple’s documentation