nw::gfx::Skeleton::CalculateMatrixSignal Typetypedef ut::Signal2< void, Skeleton *, int > nw::gfx::Skeleton::CalculateMatrixSignal;
Definition of a callback signal that is called during matrix calculation.
The following function or function object can be set in this signal slot.
void CalculateMatrixCallback(Skeleton* skeleton, int boneIndex);
class CalculateMatrixCallbackFunctor
{
public:
void operator() (Skeleton* skeleton, int boneIndex);
};skeleton is the target skeleton, and boneIndex is the target bone index.
CONFIDENTIAL