Click or drag to resize
DigitalRuneAvatarPoseExpression Property
Gets the facial expression at the current time position.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public AvatarExpression Expression { get; set; }

Property Value

Type: AvatarExpression
The expression of at the current time position.

Implements

IAvatarAnimation.Expression
See Also