| BoneMapperInvalidate Method |
Invalidates all cached data of this bone mapper.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public:
void Invalidate()
member Invalidate : unit -> unit
Remarks
This method is automatically called by the
SkeletonMapper when the mapped
SkeletonPoses are changed and cached data should be invalidated.
See Also