babylonjs-addons 9.1.0 → 9.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/babylonjs.addons.d.ts
CHANGED
|
@@ -1432,6 +1432,10 @@ declare namespace ADDONS {
|
|
|
1432
1432
|
* @param worldMatrix define the world matrix to use for the paragraph (optional)
|
|
1433
1433
|
*/
|
|
1434
1434
|
addParagraph(text: string, options?: Partial<ParagraphOptions>, worldMatrix?: BABYLON.IMatrixLike): void;
|
|
1435
|
+
/**
|
|
1436
|
+
* Clear all paragraphs from the renderer to allow adding new ones from scratch
|
|
1437
|
+
*/
|
|
1438
|
+
clearParagraphs(): void;
|
|
1435
1439
|
/**
|
|
1436
1440
|
* Render the text using the provided view and projection matrices
|
|
1437
1441
|
* @param viewMatrix define the view matrix to use
|