ForwardAndBackwardAnimationNextFrame Method |
Advances to the next frame. This method is called automatically during
rendering, and should not be called directly.
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 override void NextFrame()
Public Overrides Sub NextFrame
public:
virtual void NextFrame() override
abstract NextFrame : unit -> unit
override NextFrame : unit -> unit
See Also