MoveLight()

语法

MoveLight(#Light, x, y, z [, Mode])
概要
Moves the specified light.

参数

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

返回值

无.

参阅

RotateLight()

已支持操作系统

所有

<- LightZ() - Light Index - RotateLight() ->