VISU - PHP Game Framework

DynamicTextLabelComponent
in package

Table of Contents

Properties

$color  : Vec4|null
$fontHandle  : string|null
$isStatic  : bool
$renderGroup  : string
$text  : string

Methods

__construct()  : mixed
Constructor

Properties

Methods

__construct()

Constructor

public __construct(string $text[, Vec4|null $color = null ][, string|null $fontHandle = null ][, string $renderGroup = 'default' ][, bool $isStatic = false ]) : mixed
Parameters
$text : string
$color : Vec4|null = null
$fontHandle : string|null = null
$renderGroup : string = 'default'
$isStatic : bool = false

        
On this page

Search results