public class VgIAnimationCallback extends VgReferenced
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
onFinish(VgAnimationRefPtr pAnimation)
This pure virtual method will be called upon animation completion.
|
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
getNbReferences, ref, unrefpublic void delete()
delete in class VgReferencedpublic void swigReleaseOwnership()
public void swigTakeOwnership()
public void onFinish(VgAnimationRefPtr pAnimation)
pAnimation - Pointer to the animation that just finished.