Bone

Represents an element that acts as a bone in the model's armature.

Since

1.15.2

Inheritors

Functions

Link copied to clipboard
@NotNull
abstract fun name(): @NotNull BoneName
Returns the name of the bone.
Link copied to clipboard
@NotNull
abstract fun origin(): @NotNull Float3
Returns the origin (pivot point) of the bone.
Link copied to clipboard
@NotNull
open fun rotation(): @NotNull Float3
Returns the rotation of the element.
Link copied to clipboard
@NotNull
abstract fun uuid(): @NotNull UUID
Returns the UUID of the bone.
Link copied to clipboard
open fun visibility(): Boolean
Checks if the element is visible.