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