Skip to content

Documentation / scene / AvatarJointMap

Type Alias: AvatarJointMap

AvatarJointMap = Record<string, string> | ((sourceJoint, targetRig, sourceRig) => Nullable<SceneNode>)

Defined in: libs/scene/src/avatar/wardrobe.ts:31

Released under the MIT License.