Module technology.sola.engine
Interface TransformAnimatorComponent.AnimationCompleteCallback
- Enclosing class:
- TransformAnimatorComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
AnimationCompleteCallback is a
FunctionalInterface for defining functionality that happens when a
TransformAnimatorComponent animation completes.-
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(TransformAnimatorComponent transformAnimatorComponent) Method called when aTransformAnimatorComponentanimation completes.
-
Method Details
-
onComplete
Method called when aTransformAnimatorComponentanimation completes.- Parameters:
transformAnimatorComponent- the animator that finished animating
-