LogDisplay

Extends: DebugWindow

A debug window that shows the most recent messages logged via Game.log(), color coded by level (white for info, yellow for warning, red for error). Auto-scrolls to always show the latest entries.


Constructor

new LogDisplay(game: BGE.Game): LogDisplay

Parameters


Instance Methods

onUpdate(dt: float): void

Parameters

  • dt (float)

Returns

  • void