Skip to content

VimpGraphics

@vimp-mp/types 2.0.1

Interface · Client API

Immediate-mode screen drawing helpers.

ts
interface VimpGraphics

Members

drawText

ts
drawText(text: string, x: number, y: number, options?: VimpDrawTextOptions): void

Draws text at normalized screen coordinates.

VIMP developer documentation