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.ObjectConstructor 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 intgetPriority()voidsetPriority(int priority)
Constructor Details
Method Details
getPriority
public int getPriority()setPriority
public void setPriority(int priority)
