AppleSCNAnimationEvent - UBogun/Xojo-iosLib GitHub Wiki

Inherits from AppleObject
Memory leak check: not yet done.
Status: completed.

You attach an SCNAnimationEvent object to an animation to execute a block at a specific time when the animation plays.

Constructor

Constructor (Time As Double, Block As AppleBlock): Creates an animation event. Time is a value between 0.0 and 1.0 specifying the relativr time for triggering the event.
See the SCNAnimationEventBlockTemplate private method of this class for a block template.