Click or drag to resize
DigitalRuneSkeletonMapperBoneMappers Property
Gets the bone mappers.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public BoneMapperCollection BoneMappers { get; }

Property Value

Type: BoneMapperCollection
The bone mappers. The default is an empty collection.
See Also