Click or drag to resize
DigitalRuneBoneMapperOnMapBToA Method

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected abstract void OnMapBToA()
Remarks
Notes to Inheritors:
This method must be implemented to perform the mapping operation. When this method is called, it is guaranteed that Direction is configured to map in this direction, and SkeletonMapper is set.
See Also