Text3D.setContent() method

Set the text content of the text3D. Notice that only ascii characters are supported.

Signature:

setContent(content: string): void;

Parameters

ParameterDescription
contentThe text to be set.

Returns:

void