ForwardAnimationIsPaused Property |
Gets whether or not animation is paused.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsPaused { get; }
Public ReadOnly Property IsPaused As Boolean
Get
public:
property bool IsPaused {
bool get ();
}
member IsPaused : bool with get
Property Value
Type:
BooleanSee Also