Skip to main content

Skeleton

Library for creating, reading and updating skeletons.

Functions

Skeleton.create

Creates a new skeleton from a list of bone entities.

Skeleton.create(bones: entity[]): Skeleton

Parameters

NameTypeDefault ValueDescription
bonesentity[]RequiredList of bone entities.

Returns

NameTypeDescription
skeletonSkeletonThe new skeleton.