class
SkeletonMaskBuilder
Builds a SkeletonMask for a specific skeleton.
Public
Constructors
SkeletonMaskBuilder
SkeletonMaskBuilder(const SPtr<Skeleton> &skeleton)
Methods
SetBoneState
void SetBoneState(const String &name, bool enabled)
Enables or disables a bone with the specified name.
Private
Fields
mSkeleton
SPtr<Skeleton> mSkeleton
mMask
SkeletonMask mMask