ModelAnimator

@ApiStatus.Internal
class ModelAnimator : Record

A raw model animator.

Parameters

name

group name

keyframes

keyframes

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
open fun hasName(): Boolean
Checks this animator has a name
Link copied to clipboard
@NotNull
open fun name(): @NotNull String
Gets name
Link copied to clipboard
abstract fun toString(): String