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