Click or drag to resize
DigitalRuneAvatarPose Constructor (Skeleton)
Initializes a new instance of the AvatarPose class for the given skeleton.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public AvatarPose(
	Skeleton skeleton
)

Parameters

skeleton
Type: DigitalRune.Animation.CharacterSkeleton
The skeleton.
Exceptions
ExceptionCondition
ArgumentNullExceptionskeleton is .
ArgumentExceptionskeleton is not a valid Xbox LIVE Avatar skeleton.
See Also