KudanAR - iOS
<ARAnimationDelegate> Protocol Reference

#import <ARModelNode.h>

+ Inheritance diagram for <ARAnimationDelegate>:
+ Collaboration diagram for <ARAnimationDelegate>:

Instance Methods

(void) - animationDidFinish:
 
(void) - animationDidRender:time:
 

Detailed Description

A protocol for animation related events.

Method Documentation

- (void) animationDidFinish: (ARModelNode *)  modelNode
optional

Event method called when the animation attached to this model finishes.

Parameters
modelNodeReference to this model node, the one the animation is attached to.
- (void) animationDidRender: (ARModelNode *)  modelNode
time: (NSTimeInterval)  time 
optional

Event method called each frame the animation attached to this model renders.

Parameters
modelNodeReference to this model node, the one the animation is attached to.
timeThe amount of time, in seconds, since the start of the animation.

The documentation for this protocol was generated from the following file: