Click or drag to resize
DigitalRuneSkeletonPoseName Property
Gets or sets the name of the skeleton pose.

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 this instance. The default value is the name of the Skeleton.

Implements

INamedObjectName
See Also