| AvatarPoseIAvatarAnimationCurrentPosition Property |
Not implemented.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax TimeSpan IAvatarAnimation.CurrentPosition { get; set; }
Private Property CurrentPosition As TimeSpan
Implements IAvatarAnimation.CurrentPosition
Get
Set
private:
virtual property TimeSpan CurrentPosition {
TimeSpan get () sealed = IAvatarAnimation::CurrentPosition::get;
void set (TimeSpan value) sealed = IAvatarAnimation::CurrentPosition::set;
}
private abstract CurrentPosition : TimeSpan with get, set
private override CurrentPosition : TimeSpan with get, set
Property Value
Type:
TimeSpan
The getter always returns
Zero. The setter throws a
NotImplementedException.
Implements
IAvatarAnimation.CurrentPositionExceptions See Also