Skip to content

Settings

Settings

Settings(data: dict[str, int], engine: 'Engine')

Engine Global Settings

Warning

This is an internal object and should not be instantiated elsewhere.

antialiasing property writable

antialiasing: bool

Graphics technique used to remove jagged edges.

max_fps property writable

max_fps: int

The maximum framerate that the engine will render scenes at.

vsync property writable

vsync: bool

Syncs the graphics card's framerate with the refresh rate of the display device.