BlueprintScript

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface ScriptReader

Functions

Link copied to clipboard
@NotNull
open fun emptyOf(@NotNull animation: ModelAnimation): BlueprintScript
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun from(@NotNull animation: ModelAnimation, @NotNull animator: ModelAnimator): BlueprintScript
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun loop(delay: Int, speed: Float): BlueprintScript.ScriptReader
Link copied to clipboard
@NotNull
open fun single(delay: Int, speed: Float): BlueprintScript.ScriptReader
Link copied to clipboard
abstract fun toString(): String