AnimationMovement

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 copy(): AnimationMovement
Link copied to clipboard
@NotNull
open fun copyNotNull(): AnimationMovement
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: AnimationMovement): AnimationMovement
Link copied to clipboard
@NotNull
open fun plus(@NotNull other: AnimationMovement): AnimationMovement
Link copied to clipboard
@NotNull
open fun set(newTime: Long): AnimationMovement
Link copied to clipboard
@NotNull
open fun time(newTime: Long): AnimationMovement
Link copied to clipboard
abstract fun toString(): String