BlueprintAnimation

A model animation.

Parameters

name

animation name

loop

loop mode

length

frame length

override

override

animator

group animator

emptyAnimator

empty animation ([0, 0, 0]).

script

script

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun emptyIterator(@NotNull type: @NotNull AnimationIterator.Type): @NotNull AnimationIterator<AnimationMovement>
Gets iterator.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun from(@NotNull animation: @NotNull ModelAnimation): @NotNull BlueprintAnimation
Converts from raw animation.
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String