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