| AvatarExpressionTraitsSet Method |
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Set(
ref AvatarExpression value,
IAnimatableProperty<AvatarExpression> property
)
Public Sub Set (
ByRef value As AvatarExpression,
property As IAnimatableProperty(Of AvatarExpression)
)
public:
virtual void Set(
AvatarExpression% value,
IAnimatableProperty<AvatarExpression>^ property
) sealed
abstract Set :
value : AvatarExpression byref *
property : IAnimatableProperty<AvatarExpression> -> unit
override Set :
value : AvatarExpression byref *
property : IAnimatableProperty<AvatarExpression> -> unit
Parameters
- value
- Type: AvatarExpression
In: The value to write to property. - property
- Type: DigitalRune.AnimationIAnimatablePropertyAvatarExpression
The IAnimatablePropertyT that stores the animation value.
Implements
IAnimationValueTraitsTSet(T, IAnimatablePropertyT)See Also