AnimationPoint

A keyframe point of animation

Parameters

position

position

rotation

rotation

scale

scale

Constructors

Link copied to clipboard
constructor()

Functions

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 toMovement(): AnimationMovement
Creates animation movement
Link copied to clipboard
abstract fun toString(): String