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