Class EntityAnimationController.AnimationRule<T extends IEntity>
java.lang.Object
de.gurkenlabs.litiengine.graphics.animation.EntityAnimationController.AnimationRule<T>
- Enclosing class:
- EntityAnimationController<T extends IEntity>
protected static class EntityAnimationController.AnimationRule<T extends IEntity>
extends java.lang.Object
Constructor Summary
Constructors Constructor Description AnimationRule(java.util.function.Predicate<? super T> condition, java.util.function.Function<? super T,java.lang.String> animationName, int priority)
Method Summary
Modifier and Type Method Description int
getPriority()
void
setPriority(int priority)
Constructor Details
Method Details
getPriority
public int getPriority()setPriority
public void setPriority(int priority)