renderFrame Method

Renders the contents of this viewport. This method performs only as much work as necessary based on what has changed since the last frame. If nothing has changed since the last frame, nothing is rendered.

renderFrame(): void

@note This method should almost never be invoked directly - it is invoked on your behalf by ViewManager's render loop.

Returns - void

Defined in

Last Updated: 19 April, 2024