| SkeletonKeyFrameAnimationIsFrozen Property |
Gets a value indicating whether this animation is frozen.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool IsFrozen { get; }
Public ReadOnly Property IsFrozen As Boolean
Get
public:
property bool IsFrozen {
bool get ();
}
member IsFrozen : bool with get
Property Value
Type:
Boolean if this animation is frozen; otherwise,
.
See Also