ModelAnimator

@ApiStatus.Internal
class ModelAnimator : Record

A raw model animator.

Parameters

name

group name

keyframes

keyframes

_rotationGlobal

rotation global

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 isAvailable(): Boolean
Checks this animator is available
Link copied to clipboard
open fun isNotEmpty(): Boolean
Checks this animator is not empty
Link copied to clipboard
@NotNull
open fun keyframes(): @NotNull List<ModelKeyframe>
Gets keyframes
Link copied to clipboard
@NotNull
open fun name(): @NotNull String
Gets name
Link copied to clipboard
Gets rotation global
Link copied to clipboard
@NotNull
open fun stream(): @NotNull Stream<ModelKeyframe>
Gets keyframe stream
Link copied to clipboard
abstract fun toString(): String