![]() |
KudanAR - iOS
1.6.0
|
#import <ARModelNode.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - animationDidFinish: |
(void) | - animationDidRender:time: |
A delegate for animation related events. Add this as a delegate receive messages each frame the animation renders and when the animation finishes.
|
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. |