DebugOverlayText
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- Constructor
Properties
$color
public
Vec3|null
$color
= null
$offsetX
public
int
$offsetX
= 0
$offsetY
public
int
$offsetY
= 0
$text
public
string
$text
Methods
__construct()
Constructor
public
__construct(string $text[, int $offsetX = 0 ][, int $offsetY = 0 ][, Vec3|null $color = null ]) : mixed
Parameters
- $text : string
- $offsetX : int = 0
- $offsetY : int = 0
- $color : Vec3|null = null