Click or drag to resize
DigitalRuneBoneMapperSkeletonMapper Property
Gets or sets the skeleton mapper. (This property is set automatically and should be treated as read-only.)

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

Property Value

Type: SkeletonMapper
The skeleton mapper.
Remarks
This property is automatically set when the BoneMapper is added to a SkeletonMapper.
See Also