| AvatarPoseExpression Property |
Gets the facial expression at the current time position.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public AvatarExpression Expression { get; set; }
Public Property Expression As AvatarExpression
Get
Set
public:
virtual property AvatarExpression Expression {
AvatarExpression get () sealed;
void set (AvatarExpression value) sealed;
}
abstract Expression : AvatarExpression with get, set
override Expression : AvatarExpression with get, set
Property Value
Type:
AvatarExpressionThe expression of at the current time position.
Implements
IAvatarAnimation.ExpressionSee Also