Type Alias: Bone
type Bone = {
boneIndex: UInt32;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:92
Associates this entity with a bone in a skeleton (for attachments and transforms).
Properties
boneIndex
boneIndex: UInt32;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:96
Zero-based index of this bone within the bound skeleton.