| BoneMapperOnMapAToB Method |
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected abstract void OnMapAToB()
Protected MustOverride Sub OnMapAToB
protected:
virtual void OnMapAToB() abstract
abstract OnMapAToB : unit -> unit
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