GetText3DDimension: Difference between revisions
From Onset Developer Wiki
No edit summary |
FlyingFork (talk | contribs) |
||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | |||
print("Dimension of 3D Text: " .. GetText3DDimension(text3d)) | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} |
Latest revision as of 19:48, 27 May 2021
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))