GetText3DDimension
From Onset Developer Wiki
Description
Gets the dimension of this text3d.
Syntax
GetText3DDimension(text3d)
Parameters
- text3d
The text3d identifier.
Return Value
- Returns the dimension.
Example
print("Dimension of 3D Text: " .. GetText3DDimension(text3d))