Click or drag to resize
DigitalRuneVector4FTraitsSet Method

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Set(
	ref Vector4F value,
	IAnimatableProperty<Vector4F> property
)

Parameters

value
Type: DigitalRune.Mathematics.AlgebraVector4F
In: The value to write to property.
property
Type: DigitalRune.AnimationIAnimatablePropertyVector4F
The IAnimatablePropertyT that stores the animation value.

Implements

IAnimationValueTraitsTSet(T, IAnimatablePropertyT)
See Also