MoveText3D()

Syntax

MoveText3D(#Text3D, x, y, z [, Mode])
Description
Move the specified text.

Parameters

#Text3D The text to use.
x, y, z The new position of the text.
Mode (optional) The move mode. It can be one of the following values:
  #PB_Relative: relative move, from the current text position (default).
  #PB_Absolute: absolute move to the specified position.
combined with one of the following values:
  #PB_Local : local move.
  #PB_Parent: move relative to the parent position.
  #PB_World : move relative to the world.

Return value

None.

See Also

ScaleText3D()

Supported OS

All

<- IsText3D() - Text3D Index - ScaleText3D() ->