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