Click or drag to resize
DigitalRuneAnimationClipTTraits Property
Gets the traits of the animation values.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public IAnimationValueTraits<T> Traits { get; }

Property Value

Type: IAnimationValueTraitsT
The traits of the animation values.

Implements

IAnimationTTraits
See Also