NodeX()

语法

Result = NodeX(#Node [, Mode])
概要
Returns the 'x' position of the node in the world.

参数

#Node The node 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 node in the world (default).
  #PB_Relative: get the 'x' position of the node relative to its parent.

返回值

The 'x' position of the node in the world.

参阅

NodeY(), NodeZ()

已支持操作系统

所有

<- NodeRoll() - Node Index - NodeY() ->