LightX()
语法
Result = LightX(#Light [, Mode])概要
Returns the current position of the light in the world.
参数
#Light The light to use. Mode (optional) The mode to get the 'x' position. It can be one of the following value: #PB_Absolute: get the absolute 'x' position of the light in the world (default). #PB_Relative: get the 'x' position of the light relative to its parent.
返回值
The 'x' position of the light.
参阅
LightY(), LightZ(), MoveLight()
已支持操作系统
所有