Skip to content

RenderManager

Hyomoto edited this page Nov 25, 2020 · 10 revisions
Jump To Go Back Arguments Methods Variables

RenderManager( *render_object )

Returns: N/A undefined

Provides an interface for setting up and calling functions as part of the FAST render. You are able to override the default FASTRender object by providing it as an argument to this function, as well as set up internal resolution and scaling parameters. These functions can be called after the program starts, but it is generally best to call them as part of an initialization script.

RenderManager().set_resolution( 1280, 720 )
RenderManager().set_precision( 0.5 )

Arguments

Name Type Purpose
*render_object undef none provided
Clone this wiki locally