BlueprintScript

@ApiStatus.Internal
class BlueprintScript : Record

A script data of blueprint.

Parameters

name

script name

length

playtime

scripts

scripts

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun from(@NotNull animation: @NotNull ModelAnimation, @NotNull animator: @NotNull ModelAnimator): @NotNull BlueprintScript
Creates animation's script
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun iterator(): @NotNull AnimationIterator<TimeScript>
Link copied to clipboard
abstract fun toString(): String