ModelKeyframe

@ApiStatus.Internal
class ModelKeyframe : Record, Comparable<T>

A keyframe of model.

Parameters

channel

channel

dataPoints

movement

interpolation

interpolation type

time

keyframe time

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun compareTo(@NotNull o: ModelKeyframe): Int
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 time(time: Float): ModelKeyframe
Changes keyframe's type
Link copied to clipboard
abstract fun toString(): String