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.

GetMask

SkeletonMask GetMask() const

Teturns the built skeleton mask.

Private

Fields

mSkeleton

SPtr<Skeleton> mSkeleton

mMask