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: @NotNull AnimationMovement): Int
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 minus(@NotNull other: @NotNull AnimationMovement): @NotNull AnimationMovement
Subtracts other movement.
Link copied to clipboard
@NotNull
open fun plus(@NotNull other: @NotNull AnimationMovement): @NotNull AnimationMovement
Adds other movement.
Link copied to clipboard
@NotNull
open fun time(newTime: Float): @NotNull AnimationMovement
Sets keyframe time.
Link copied to clipboard
abstract fun toString(): String