Click or drag to resize
DigitalRuneAvatarPoseName Property
Gets or sets the name of the avatar pose. (Same as the name of the SkeletonPose.)

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

Property Value

Type: String
The name of the avatar pose. (Same as the name of the SkeletonPose.)

Implements

INamedObjectName
See Also