RotateNode()

语法

RotateNode(#Node, x, y, z [, Mode])
概要
Rotates the node according to the specified x,y,z angle values.

参数

#Node The node to rotate.
x, y, z The new rotation to apply to the node. Values are in degree, ranging from 0 to 360.
Mode (optional) The rotate mode. It can be one of the following values:
  #PB_Absolute: absolute rotation (default).
  #PB_Relative: relative rotation based on the previous node rotation.  

返回值

无.

参阅

MoveNode()

已支持操作系统

所有

<- NodeZ() - Node Index - ScaleNode() ->