Click or drag to resize
DigitalRuneBoneMappingDirection Enumeration
Defines the mapping direction of a BoneMapper

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[FlagsAttribute]
public enum BoneMappingDirection
Members
  Member nameValueDescription
AToB1 Skeleton A is mapped to skeleton B.
BToA2 Skeleton B is mapped to skeleton A.
Both3 The bone mapper maps in both directions.
See Also