| DirectBoneMapperMapAbsoluteTransforms Property |
Gets or sets a value indicating whether the mapping is performed in model space.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool MapAbsoluteTransforms { get; set; }
Public Property MapAbsoluteTransforms As Boolean
Get
Set
public:
property bool MapAbsoluteTransforms {
bool get ();
void set (bool value);
}
member MapAbsoluteTransforms : bool with get, set
Property Value
Type:
Boolean if the bone transform relative to model space is mapped to the other
skeleton; otherwise,
if the bone transform relative to the local
bone space is mapped to the other skeleton. The default is
.
See Also