MoveBillboardGroup()

语法

MoveBillboardGroup(#BillboardGroup, x, y, z [, Mode])
概要
Moves a billboard group by the specified x, y and z values. This is by default a relative move, based on the current location of the billboard group.

参数

#BillboardGroup The billboard group to move.
x, y, z The new position of the billboard group.
Mode (optional) It can be one of the following values:
  #PB_Relative: relative move, from the current billboard group 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.

返回值

无.

已支持操作系统

所有

<- MoveBillboard() - Billboard Index - RemoveBillboard() ->