AnimationMovement

A movement of animation.

Parameters

time

keyframe time

position

position

scale

scale

rotation

rotation

Constructors

Link copied to clipboard
constructor(time: Float)
Creates empty animation movement

Properties

Link copied to clipboard
Empty movement

Functions

Link copied to clipboard
abstract fun compareTo(p: T): Int
open fun compareTo(@NotNull o: @NotNull Timed): Int
Link copied to clipboard
@NotNull
open fun empty(): @NotNull AnimationMovement
Gets empty movement
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun hasKeyframe(): Boolean
Checks this movement has some keyframe
Link copied to clipboard
@NotNull
open fun time(newTime: Float): @NotNull AnimationMovement
Sets keyframe time.
abstract fun time(): Float
Gets time
Link copied to clipboard
abstract fun toString(): String