RealTimeAnimationNextFrame Method  | 
 
Advances to the next frame. This method is called automatically during
rendering, and should not be called directly.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override sealed void NextFrame()
Public Overrides NotOverridable Sub NextFrame
public:
virtual void NextFrame() override sealed
abstract NextFrame : unit -> unit 
override NextFrame : unit -> unit 
See Also