Skip to content

Documentation / scene / NamedJointsSkeletalAnimationMaskOptions

Type Alias: NamedJointsSkeletalAnimationMaskOptions

NamedJointsSkeletalAnimationMaskOptions = SkeletalAnimationMaskCommonOptions & object

Defined in: libs/scene/src/animation/animationmask.ts:82

Type Declaration

type

type: "joints"

include?

optional include?: JointNameMatcher[]

Joint name matchers. If omitted, all rig joints are selected before exclusions.

exclude?

optional exclude?: JointNameMatcher[]

Joint name matchers removed from the selected set.

includeDescendants?

optional includeDescendants?: boolean

Whether selected or excluded joints affect their descendants.

Defaults to false for name masks.

Released under the MIT License.