![]() |
KudanAR - iOS
|
#import <ARModelNode.h>
Inheritance diagram for <ARAnimationDelegate>:
Collaboration diagram for <ARAnimationDelegate>:Instance Methods | |
| (void) | - animationDidFinish: |
| (void) | - animationDidRender:time: |
A protocol for animation related events.
|
optional |
Event method called when the animation attached to this model finishes.
| modelNode | Reference to this model node, the one the animation is attached to. |
|
optional |
Event method called each frame the animation attached to this model renders.
| modelNode | Reference to this model node, the one the animation is attached to. |
| time | The amount of time, in seconds, since the start of the animation. |