Click or drag to resize
DigitalRuneSkeletonPoseTraitsSet Method

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Set(
	ref SkeletonPose value,
	IAnimatableProperty<SkeletonPose> property
)

Parameters

value
Type: DigitalRune.Animation.CharacterSkeletonPose
In: The value to write to property.
property
Type: DigitalRune.AnimationIAnimatablePropertySkeletonPose
The IAnimatablePropertyT that stores the animation value.

Implements

IAnimationValueTraitsTSet(T, IAnimatablePropertyT)
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue or property is .
ArgumentException The value of property must not be .
See Also