ForwardAnimationState Property |
Gets or sets the current animation state.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected AnimationState State { get; set; }
Protected Property State As AnimationState
Get
Set
protected:
property AnimationState State {
AnimationState get ();
void set (AnimationState value);
}
member State : AnimationState with get, set
Property Value
Type:
AnimationStateSee Also