AnimationMovement

A movement of animation.

Parameters

time

keyframe time

transform

position

scale

scale

rotation

rotation

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun compareTo(@NotNull o: AnimationMovement): Int
Link copied to clipboard
@NotNull
open fun copyNotNull(): AnimationMovement
Copy this movement to not null.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun lerp(lerpIndex: Int, @NotNull movement: AnimationMovement): List<AnimationMovement>
@NotNull
open fun lerp(@NotNull to: AnimationMovement, alpha: Float): AnimationMovement
Link copied to clipboard
@NotNull
open fun lerpTick(): AnimationMovement
Link copied to clipboard
@NotNull
open fun minus(@NotNull other: AnimationMovement): AnimationMovement
Subtracts other movement.
Link copied to clipboard
@NotNull
open fun plus(@NotNull other: AnimationMovement): AnimationMovement
Adds other movement.
Link copied to clipboard
@NotNull
open fun set(newTime: Float): AnimationMovement
Converts keyframe time.
Link copied to clipboard
@NotNull
open fun time(newTime: Float): AnimationMovement
Sets keyframe time.
Link copied to clipboard
abstract fun toString(): String