AnimationModifier
A modifier of animation.
Parameters
predicate
predicate
start
start lerp
end
end lerp
type
animation type
speed
speed modifier
Constructors
Link copied to clipboard
Creates modifier
Creates modifier
constructor(@NotNull predicate: BooleanSupplier, start: Int, end: Int, @NotNull supplier: FloatSupplier)
Creates modifier
constructor(@NotNull predicate: BooleanSupplier, start: Int, end: Int, @Nullable type: AnimationIterator.Type, speed: Float)
Creates modifier
constructor(@NotNull predicate: BooleanSupplier, start: Int, end: Int, @Nullable type: AnimationIterator.Type, @NotNull speed: FloatSupplier)
Creates modifier
constructor(@NotNull predicate: BooleanSupplier, start: Int, end: Int, @Nullable type: AnimationIterator.Type, @NotNull speed: AnimationModifier.SpeedModifier)
Creates modifier