Skip to content

BaseGame

Adrian Preuß edited this page Nov 21, 2024 · 1 revision

BaseGame

Methods

public void setRenderer(RendererType type) 
public void setTitle(string title)
public void setSize(int width, int height)
public void setPosition(int x, int y)
public void setFullscreen(bool state)
public void start()

Overrides

override void initialize() { /* For initialization */ }
override void running() { /* The Game-Loop */ }
override void running() { /* The Render-Loop */ }

Engine

C BaseGame

Legend
Icon Type
Class
Method
Interface
Clone this wiki locally