| SingleTraitsSet 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 float value,
IAnimatableProperty<float> property
)
Public Sub Set (
ByRef value As Single,
property As IAnimatableProperty(Of Single)
)
public:
virtual void Set(
float% value,
IAnimatableProperty<float>^ property
) sealed
abstract Set :
value : float32 byref *
property : IAnimatableProperty<float32> -> unit
override Set :
value : float32 byref *
property : IAnimatableProperty<float32> -> unit
Parameters
- value
- Type: SystemSingle
In: The value to write to property. - property
- Type: DigitalRune.AnimationIAnimatablePropertySingle
The IAnimatablePropertyT that stores the animation value.
Implements
IAnimationValueTraitsTSet(T, IAnimatablePropertyT)See Also