DynamicTextLabelComponent
in package
Table of Contents
Properties
- $color : Vec4|null
- $fontHandle : string|null
- $isStatic : bool
- $renderGroup : string
- $text : string
Methods
- __construct() : mixed
- Constructor
Properties
$color
public
Vec4|null
$color
= null
$fontHandle read-only
public
string|null
$fontHandle
= null
$isStatic read-only
public
bool
$isStatic
= false
$renderGroup read-only
public
string
$renderGroup
= 'default'
$text
public
string
$text
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