构造函数

属性

CHANGED: string = "globalTransChanged"

An event constant for when the global transformation information changes.

全局变换信息发生改变时的事件常量。

访问器

  • get scaleX(): number

    返回 number

    The global X-axis scale.

    Gets the global X-axis scale relative to the stage (this value includes the scaling of parent nodes).

    获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。

  • get scaleY(): number

    返回 number

    The global Y-axis scale.

    Gets the global Y-axis scale relative to the stage (this value includes the scaling of parent nodes).

    获得相对于stage的全局Y轴缩放值(会叠加父亲节点的缩放值)。

方法

  • 参数

    • x: number

      The X-axis position of the point.

    • y: number

      The Y-axis position of the point.

    返回 Readonly<Point>

    The local position of the point.

    Convert the point to the local coordinate system.

    转换点坐标到本地坐标系。

  • 参数

    • x: number

      The X-axis position of the point.

    • y: number

      The Y-axis position of the point.

    返回 Readonly<Point>

    The global position of the point.

    Convert the point to the global coordinate system.

    转换点坐标到全局坐标系。

  • 参数

    • x: number

      The global X position.

    • y: number

      The global Y position.

    返回 void

    Sets the global position of the node.

    设置节点对象在全局坐标系中的位置。