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 TypeMethodDescriptionvoid
onComplete
(TransformAnimatorComponent transformAnimatorComponent) Method called when aTransformAnimatorComponent
animation completes.
-
Method Details
-
onComplete
Method called when aTransformAnimatorComponent
animation completes.- Parameters:
transformAnimatorComponent
- the animator that finished animating
-