GetText3DDimension

From Onset Developer Wiki
Revision as of 19:48, 27 May 2021 by FlyingFork (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetText3DDimension

Type: Function
Context: Server
Introduced: v1.0

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))

See also