NodePitch()

语法

Result = NodePitch(#Node [, Mode])
概要
Get the pitch of the #Node.

参数

#Node The node to use.
Mode (optional) The mode to get the pitch. It can be one of the following value:
  #True : the pitch is adjusted, so it can put back in RotateNode() to get back the same orientation (default).
  #False: the pitch is the raw value, but it can't be used in RotateNode() to get back the same orientation.

返回值

The current pitch value of the node.

参阅

NodeYaw(), NodeRoll()

已支持操作系统

所有

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