Documentation / scene / NamedJointsSkeletalAnimationMaskOptions
Type Alias: NamedJointsSkeletalAnimationMaskOptions
NamedJointsSkeletalAnimationMaskOptions =
SkeletalAnimationMaskCommonOptions&object
Defined in: libs/scene/src/animation/animationmask.ts:82
Type Declaration
type
type:
"joints"
include?
optionalinclude?:JointNameMatcher[]
Joint name matchers. If omitted, all rig joints are selected before exclusions.
exclude?
optionalexclude?:JointNameMatcher[]
Joint name matchers removed from the selected set.
includeDescendants?
optionalincludeDescendants?:boolean
Whether selected or excluded joints affect their descendants.
Defaults to false for name masks.