| SkeletonMapperBoneMappers Property |
Gets the bone mappers.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public BoneMapperCollection BoneMappers { get; }
Public ReadOnly Property BoneMappers As BoneMapperCollection
Get
public:
property BoneMapperCollection^ BoneMappers {
BoneMapperCollection^ get ();
}
member BoneMappers : BoneMapperCollection with get
Property Value
Type:
BoneMapperCollectionThe bone mappers. The default is an empty collection.
See Also