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