BoneMovement

A bone movement.

Parameters

transform

position

scale

scale

rotation

rotation

rawRotation

raw rotation

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

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 plus(@NotNull movement: AnimationMovement): BoneMovement
Animates this movement.
@NotNull
open fun plus(@NotNull position: Vector3f): BoneMovement
Adds other position.
Link copied to clipboard
abstract fun toString(): String