init abstract method

void init(
  1. R rl
)

Called once before the game loop starts.

Use this to initialize game state and open the window via RaylibCoreModuleBase.InitWindow.

Implementation

void init(R rl);